X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.bcc;h=e3c4ac5f4bf02ebbb23377990642153dea70800e;hb=3ef7afa41c7b0301065eb1b66942efce3f09bfa8;hp=5a68e334cc890e4d3bbdb85e327d5631476b40dc;hpb=91cde663b7f409992732876f773e46b9966b8207;p=fw%2Fsdcc diff --git a/Makefile.bcc b/Makefile.bcc index 5a68e334..e3c4ac5f 100644 --- a/Makefile.bcc +++ b/Makefile.bcc @@ -1,40 +1,49 @@ -all: as cpp gc ports sdcc +all: as cpp gc ports sdcc packihx as: - cd as\mcs51 - make -f Makefile.bcc - cd ..\.. + cd as\mcs51 + make -f Makefile.bcc + cd ..\.. cpp: - cd support\cpp - make -f Makefile.bcc - cd ..\.. + cd support\cpp + make -f Makefile.bcc + cd ..\.. gc: - cd support\gc - make -f BCC_MAKEFILE gc.lib - cd ..\.. + cd support\gc + make -f BCC_MAKEFILE gc.lib + cd ..\.. -ports: z80 mcs51 avr +ports: z80 mcs51 avr ds390 z80: - cd src\z80 - make -f Makefile.bcc - cd ..\.. + cd src\z80 + make -f Makefile.bcc + cd ..\.. mcs51: - cd src\mcs51 - make -f Makefile.bcc - cd ..\.. + cd src\mcs51 + make -f Makefile.bcc + cd ..\.. avr: - cd src\avr - make -f Makefile.bcc - cd ..\.. + cd src\avr + make -f Makefile.bcc + cd ..\.. -sdcc: - cd src - make -f Makefile.bcc - cd .. +ds390: + cd src\ds390 + make -f Makefile.bcc + cd ..\.. +sdcc: + cd src + make -f Makefile.bcc + cd .. + +packihx: + cd packihx + make -f Makefile.bcc + cd ..