X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=shellcode%2Fchipcon%2Fcc1110%2FMakefile;h=1b17200473d6fd32eb649d9218312e5a5787a696;hp=12df0f3522670cf9c52ab94f408201715161aee8;hb=01579c8ee0a90c0e9d34377f344c7a0885104fe7;hpb=1beb021ea684138082d1eadbfd30e0c404444203 diff --git a/shellcode/chipcon/cc1110/Makefile b/shellcode/chipcon/cc1110/Makefile index 12df0f3..1b17200 100644 --- a/shellcode/chipcon/cc1110/Makefile +++ b/shellcode/chipcon/cc1110/Makefile @@ -16,3 +16,6 @@ all: $(objs) $(CC) $< clean: rm -f *.ihx *.rel *.hex *.sym *.asm *.lst *.lnk *.map *.mem *.rst *.adb +install: all + cp $(objs) ../../../client/shellcode/chipcon/cc1110/ + #Shellcode installed.