X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.bcc;h=89803e54ab5014ed597109909a48a9aaea30864f;hb=fd67da9d82f190df558abfb076460cf4f9bf1bc0;hp=5d80a18df0845d9f3798e03aca139c2f2e1c845b;hpb=f7dd53209c57e6ca93fe0e884e67ca7e1a0fde1c;p=fw%2Fsdcc diff --git a/Makefile.bcc b/Makefile.bcc index 5d80a18d..89803e54 100644 --- a/Makefile.bcc +++ b/Makefile.bcc @@ -1,4 +1,4 @@ -all: as cpp ports sdcc packihx +all: as cpp ports sdcc packihx cpp2 as: cd as\mcs51 @@ -9,8 +9,13 @@ 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 +ports: z80 mcs51 avr ds390 pic izt xa51 z80: cd src\z80 @@ -42,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