comparison Makefile @ 13:4838bfcb3504

Add eeprom stuff
author Matt Johnston <matt@ucc.asn.au>
date Sat, 19 May 2012 23:59:12 +0800
parents 3c27bfbd7f3a
children 024f5571df8c
comparison
equal deleted inserted replaced
12:3c27bfbd7f3a 13:4838bfcb3504
77 $(COMPILE) -S $< -o $@ 77 $(COMPILE) -S $< -o $@
78 78
79 flash: all 79 flash: all
80 $(AVRDUDE) -U flash:w:main.hex:i 80 $(AVRDUDE) -U flash:w:main.hex:i
81 81
82 checkprog:
83 $(AVRDUDE) -v
84
85
82 fuse: 86 fuse:
83 $(AVRDUDE) $(FUSES) 87 $(AVRDUDE) $(FUSES)
84 88
85 # Xcode uses the Makefile targets "", "clean" and "install" 89 # Xcode uses the Makefile targets "", "clean" and "install"
86 install: flash 90 install: flash