Get Borland C++ Makefiles working again
[fw/sdcc] / Makefile.bcc
index 5a68e334cc890e4d3bbdb85e327d5631476b40dc..e7b8cd24509c74530b4ad0162398e783df2cf963 100644 (file)
@@ -15,7 +15,7 @@ gc:
         make -f BCC_MAKEFILE gc.lib
         cd ..\..
 
-ports: z80 mcs51 avr
+ports: z80 mcs51 avr ds390
 
 z80:
         cd src\z80
@@ -32,6 +32,11 @@ avr:
         make -f Makefile.bcc
         cd ..\..
 
+ds390:
+        cd src\ds390
+        make -f Makefile.bcc
+        cd ..\..
+
 sdcc:
         cd src
         make -f Makefile.bcc