X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=shellcode%2Fchipcon%2Fcc1110%2FMakefile;h=3430167cb75653834ec498b88ae7fc4d3cc3301d;hp=309fed83fd82bda02ecfd5860bfb5ebcde2d7ce1;hb=31f2df6e0211831dc06482858b4e9d32d19e4ab4;hpb=f9fa242f4cd7c7ad6ff7f2a603d77e721595a7ac diff --git a/shellcode/chipcon/cc1110/Makefile b/shellcode/chipcon/cc1110/Makefile index 309fed8..3430167 100644 --- a/shellcode/chipcon/cc1110/Makefile +++ b/shellcode/chipcon/cc1110/Makefile @@ -16,6 +16,6 @@ all: $(objs) $(CC) $< clean: rm -f *.ihx *.rel *.hex *.sym *.asm *.lst *.lnk *.map *.mem *.rst *.adb -install: all +install: $(objs) cp $(objs) ../../../client/shellcode/chipcon/cc1110/ #Shellcode installed.