# Standard definitions/rules for PIC development. PICPREFIX = ../bin/picprefix.py .SUFFIXES: .asm .o .hex .asm.hex: gpasm $< $(FLAGS) .asm.o: gpasm -c $< $(FLAGS) upload: $(UPLOAD) pk2cmd -P PIC16F688 -M -Z -F $< detect: pk2cmd -P clean: rm -f *.o *.lst *.hex *.map *.cod *.cof $(OTHER_CLEAN)