aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-02-24 15:32:57 +0100
committerLars-Dominik Braun <lars@6xq.net>2014-02-24 15:32:57 +0100
commitb89a708807c72c67b128aa3d684afdbd694f66bc (patch)
tree9aa15abee88bd19f898217725974824606b495bf /Makefile
parente9c1df9237c210ebe1fa6d7578bc7b61e2ab33f0 (diff)
downloadhourglass-b89a708807c72c67b128aa3d684afdbd694f66bc.tar.gz
hourglass-b89a708807c72c67b128aa3d684afdbd694f66bc.tar.bz2
hourglass-b89a708807c72c67b128aa3d684afdbd694f66bc.zip
Add simple timer that counts one second
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d51eefe..ab206ef 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ MCU = atmega88
all: sanduhr.hex
-sanduhr.elf: main.c i2c.c i2c.h uart.c uart.h
+sanduhr.elf: main.c i2c.c i2c.h uart.c uart.h timer.c timer.h
avr-gcc -std=gnu99 -mmcu=$(MCU) -Os -o $@ $^
sanduhr.hex: sanduhr.elf