no gc
[fw/sdcc] / Makefile.bcc
index e3c4ac5f4bf02ebbb23377990642153dea70800e..f79166285d8577294089ce3b41ce1a016887166d 100644 (file)
@@ -15,7 +15,7 @@ gc:
        make -f BCC_MAKEFILE gc.lib
        cd ..\..
 
-ports: z80 mcs51 avr ds390
+ports: z80 mcs51 avr ds390 pic izt
 
 z80:
        cd src\z80
@@ -37,6 +37,16 @@ ds390:
        make -f Makefile.bcc
        cd ..\..
 
+pic:
+       cd src\pic
+       make -f Makefile.bcc
+       cd ..\..
+
+izt:
+        cd src\izt
+       make -f Makefile.bcc
+        cd ..\..
+
 sdcc:
        cd src
        make -f Makefile.bcc