change printf_fast to LGPL
[fw/sdcc] / Makefile.bcc
index f79166285d8577294089ce3b41ce1a016887166d..5e2c2cb0f93983f06921194678fe9332b531e506 100644 (file)
@@ -1,4 +1,4 @@
-all: as cpp gc ports sdcc packihx
+all: as cpp ports sdcc packihx cpp2
 
 as:
        cd as\mcs51
@@ -9,10 +9,10 @@ cpp:
        cd support\cpp
        make -f Makefile.bcc
        cd ..\..
-
-gc:
-       cd support\gc
-       make -f BCC_MAKEFILE gc.lib
+       
+cpp2:
+       cd support\cpp2
+       make -f Makefile.bcc
        cd ..\..
 
 ports: z80 mcs51 avr ds390 pic izt