]> git.gag.com Git - fw/sdcc/blob - device/examples/ds390/hello390/Makefile
73cb15ae1440505744ae8f54e47150b5d5d457ad
[fw/sdcc] / device / examples / ds390 / hello390 / Makefile
1 hello390.hex: hello390.ihx
2         packihx hello390.ihx >hello390.hex
3
4 hello390.ihx: hello390.c
5         sdcc -mds390 --model-flat24 --stack-10bit \
6                 --xram-loc 0x100080 --code-loc 0x10000 \
7                 -Wl-r hello390.c
8
9 clean:
10         rm -f *~ \#* *.asm *.cdb *.rel *.hex *.ihx *.lst *.map *.rst *.sym *.lnk