Makefile
changeset 30 5226e512755c
parent 29 453550e69e07
child 31 dfb246ecaf23
--- a/Makefile	Sun May 09 23:17:14 2010 +0300
+++ b/Makefile	Sun May 09 23:27:12 2010 +0300
@@ -9,7 +9,7 @@
 AD = avrdude
 ADFLAGS = -p $(AD_PART) -c $(AD_PROG) -b $(AD_BAUD) -P $(AD_PORT)
 
-PROG = timer
+PROG = led7seg
 
 all: $(PROG).hex