aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-02-19 10:06:32 +0100
committerLars-Dominik Braun <lars@6xq.net>2014-02-19 10:06:32 +0100
commite9c1df9237c210ebe1fa6d7578bc7b61e2ab33f0 (patch)
tree1ec87d39968c07f2d76be397b4dcf48648bfd1a9
parent9a5753f23fb7d55a7a72c8cf9846cc72349c65de (diff)
downloadhourglass-e9c1df9237c210ebe1fa6d7578bc7b61e2ab33f0.tar.gz
hourglass-e9c1df9237c210ebe1fa6d7578bc7b61e2ab33f0.tar.bz2
hourglass-e9c1df9237c210ebe1fa6d7578bc7b61e2ab33f0.zip
Add missing dependency
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1863525..d51eefe 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ MCU = atmega88
all: sanduhr.hex
-sanduhr.elf: main.c i2c.c i2c.h uart.c
+sanduhr.elf: main.c i2c.c i2c.h uart.c uart.h
avr-gcc -std=gnu99 -mmcu=$(MCU) -Os -o $@ $^
sanduhr.hex: sanduhr.elf