Mercurial > templog
comparison Makefile @ 319:9621436cfa07
Add eeprom stuff
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 19 May 2012 23:59:12 +0800 |
parents | 31199b2941f6 |
children | 024f5571df8c |
comparison
equal
deleted
inserted
replaced
318:31199b2941f6 | 319:9621436cfa07 |
---|---|
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 |