add a simple serial program
[fw/sdcc] / Makefile.bcc
index e3c4ac5f4bf02ebbb23377990642153dea70800e..5d80a18df0845d9f3798e03aca139c2f2e1c845b 100644 (file)
@@ -1,4 +1,4 @@
-all: as cpp gc ports sdcc packihx
+all: as cpp ports sdcc packihx
 
 as:
        cd as\mcs51
@@ -10,12 +10,7 @@ cpp:
        make -f Makefile.bcc
        cd ..\..
 
-gc:
-       cd support\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 +32,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