877df36bd9de25c166ba729ab99b313178388155
[fw/sdcc] / device / examples / xa51 / Makefile
1 CC = sdcc
2
3 #CFLAGS=
4 #MFLAGS=
5 #LFLAGS=
6
7 all: hello.hex
8
9
10 hello.hex: hello.c
11         $(CC) -mxa51 hello.c
12
13 clean:
14         rm -f core *~ \#* *.asm *.cdb *.rel *.hex *.ihx *.lst *.map \
15                 *.xa *.rst *.sym *.lnk *.lib *.bin *.dump*
16