Added a shellcode directory for small fragments of code that run on the target OS.
[goodfet] / shellcode / chipcon / cc1110 / Makefile
1
2 CC=sdcc --code-loc 0xF000 
3 objs=crystal.ihx
4
5 all: $(objs)
6
7 %.ihx : %.c
8         $(CC) $<
9 clean:
10         rm -f *.ihx *.rel *.hex *.sym *.asm *.lst *.lnk *.map *.mem *.rst *.adb