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