Imported Upstream version 2.9.0
[debian/cc1111] / device / examples / ds390 / hello390 / Makefile
1 hello390.hex: hello390.c
2         sdcc -mds390 --xram-loc 0x100080 --code-loc 0x10000 \
3                 -Wl-r hello390.c
4         packihx hello390.ihx >hello390.hex
5         #tinitalk -c execute hello390.hex
6
7 clean:
8         rm -f *~ \#* *.asm *.cdb *.rel *.hex *.ihx *.lst *.map *.rst *.sym *.lnk core *.dump*