Imported Upstream version 2.9.0
[debian/cc1111] / device / examples / ds390 / test390 / Makefile
1
2 all : test390.ihx
3
4 test390.ihx : test390.c
5         sdcc -mds390 test390.c
6
7 normal :
8         sdcc -mds390 --model-large test390.c
9
10 clean:
11         rm -f mon.ihx *.lst *.rel *.rst *.sym *.cdb *.map *.ihx *.lnk *.asm
12
13 sim:
14         ./s51 -t DS390F -Sout=test.lst test390.ihx
15
16 sim_norm:
17         ./s51 -t DS390 -Sout=test.lst test390.ihx
18