updating examples
[fw/sdcc] / device / examples / ds390 / readmac / Makefile
index a73a2e410f45919f01557b523d7855c8da0b1384..b1c88505d95e55fce69e2cbf124cd0915d2da90e 100644 (file)
@@ -1,6 +1,6 @@
 CC = sdcc
 
-MFLAGS = -mds390 --model-flat24 --stack-10bit
+MFLAGS = -mds390
 LFLAGS = --xram-loc 0x180080 --code-loc 0x10000 -Wl-r
 
 OBJECTS = readmac.rel ow.rel crcutil.rel
@@ -8,7 +8,7 @@ OBJECTS = readmac.rel ow.rel crcutil.rel
 all: readmac.hex
 
 clean:
-       rm -f *~ \#* *.asm *.cdb *.rel *.hex *.ihx *.lst *.map *.rst *.sym *.lnk
+       rm -f *~ \#* *.asm *.cdb *.rel *.hex *.ihx *.lst *.map *.rst *.sym *.lnk core *.dump*
 
 readmac.hex: readmac.ihx
        packihx readmac.ihx >readmac.hex