diff options
| author | Lars-Dominik Braun <lars@6xq.net> | 2014-04-29 16:38:43 +0200 | 
|---|---|---|
| committer | Lars-Dominik Braun <lars@6xq.net> | 2014-04-29 16:38:43 +0200 | 
| commit | e9601a5adada7e6abe80f5d711a8adefc894dfeb (patch) | |
| tree | fcf5fc4f830b3a873b9ad4b74f47b1ef13baed0f /Makefile | |
| parent | 6dc875e136b4ab418cf63154bdd2ffea46c6e67a (diff) | |
| download | hourglass-e9601a5adada7e6abe80f5d711a8adefc894dfeb.tar.gz hourglass-e9601a5adada7e6abe80f5d711a8adefc894dfeb.tar.bz2 hourglass-e9601a5adada7e6abe80f5d711a8adefc894dfeb.zip | |
speaker: Initial implementation
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 gyro.c gyro.h accel.c accel.h common.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  	avr-gcc -std=gnu99 -mmcu=$(MCU) -Os -o $@ $^  sanduhr.hex: sanduhr.elf | 
