aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-06-17 15:29:50 +0200
committerLars-Dominik Braun <lars@6xq.net>2014-06-17 15:29:50 +0200
commitd664b474657eff9988c14b40e5d050dc5571f778 (patch)
tree268e7b0bd66b2434ad36161e8c47e736c54f7867 /Makefile
parent3362013554bd40ce17894f67b3b8dcf568ccdb5c (diff)
downloadhourglass-d664b474657eff9988c14b40e5d050dc5571f778.tar.gz
hourglass-d664b474657eff9988c14b40e5d050dc5571f778.tar.bz2
hourglass-d664b474657eff9988c14b40e5d050dc5571f778.zip
ui: Added
Seems to work mostly now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 335cc51..f3d4b0d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CFLAGS=-Os -Wall -Wextra
all: sanduhr.hex
-sanduhr.elf: main.c i2c.c i2c.h uart.c uart.h timer.c timer.h gyro.c gyro.h accel.c accel.h common.h speaker.c speaker.h pwm.c pwm.h
+sanduhr.elf: main.c i2c.c i2c.h uart.c uart.h timer.c timer.h gyro.c gyro.h accel.c accel.h common.h speaker.c speaker.h pwm.c pwm.h ui.c ui.h
avr-gcc -std=gnu99 -mmcu=$(MCU) $(CFLAGS) -o $@ $^
sanduhr.hex: sanduhr.elf