aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-03-08 17:22:49 +0100
committerLars-Dominik Braun <lars@6xq.net>2014-03-08 17:22:49 +0100
commit778e4889e1897c022906c56d0764fe163e24355b (patch)
tree0076e5e0a5a0674507bb7673bf4f3cb1fdd1060d /Makefile
parent03dbe661312e9d2e3e379bcd455ddfabc48f95b6 (diff)
downloadhourglass-778e4889e1897c022906c56d0764fe163e24355b.tar.gz
hourglass-778e4889e1897c022906c56d0764fe163e24355b.tar.bz2
hourglass-778e4889e1897c022906c56d0764fe163e24355b.zip
gyroscope: Rename to gyro
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b273b86..9f3ae5c 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 timer.c timer.h gyroscope.c gyroscope.h
+sanduhr.elf: main.c i2c.c i2c.h uart.c uart.h timer.c timer.h gyro.c gyro.h
avr-gcc -std=gnu99 -mmcu=$(MCU) -Os -o $@ $^
sanduhr.hex: sanduhr.elf