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