diff 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
line wrap: on
line diff
--- a/Makefile	Sat May 19 21:47:09 2012 +0800
+++ b/Makefile	Sat May 19 23:59:12 2012 +0800
@@ -79,6 +79,10 @@
 flash:	all
 	$(AVRDUDE) -U flash:w:main.hex:i
 
+checkprog:	
+	$(AVRDUDE) -v 
+
+
 fuse:
 	$(AVRDUDE) $(FUSES)