Support for fixed length packets, shell code now installs to client/.
[goodfet] / shellcode / chipcon / cc1110 / Makefile
index 12df0f3..1b17200 100644 (file)
@@ -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.