X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=shellcode%2Fchipcon%2Fcc1110%2FMakefile;h=3430167cb75653834ec498b88ae7fc4d3cc3301d;hb=97bb4dc0a1487b58b53bdb6a8a9361f9c62c0fae;hp=309fed83fd82bda02ecfd5860bfb5ebcde2d7ce1;hpb=f9fa242f4cd7c7ad6ff7f2a603d77e721595a7ac;p=goodfet 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.