Added limited run support
[fw/sdcc] / Makefile.bcc
index 5e2c2cb0f93983f06921194678fe9332b531e506..89803e54ab5014ed597109909a48a9aaea30864f 100644 (file)
@@ -15,7 +15,7 @@ cpp2:
        make -f Makefile.bcc
        cd ..\..
 
-ports: z80 mcs51 avr ds390 pic izt
+ports: z80 mcs51 avr ds390 pic izt xa51
 
 z80:
        cd src\z80
@@ -47,6 +47,11 @@ izt:
        make -f Makefile.bcc
         cd ..\..
 
+xa51:
+       cd src\xa51
+       make -f Makefile.bcc
+       cd ..\..
+
 sdcc:
        cd src
        make -f Makefile.bcc