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