diff options
| author | Lars-Dominik Braun <lars@6xq.net> | 2014-02-24 15:32:57 +0100 |
|---|---|---|
| committer | Lars-Dominik Braun <lars@6xq.net> | 2014-02-24 15:32:57 +0100 |
| commit | b89a708807c72c67b128aa3d684afdbd694f66bc (patch) | |
| tree | 9aa15abee88bd19f898217725974824606b495bf /Makefile | |
| parent | e9c1df9237c210ebe1fa6d7578bc7b61e2ab33f0 (diff) | |
| download | hourglass-b89a708807c72c67b128aa3d684afdbd694f66bc.tar.gz hourglass-b89a708807c72c67b128aa3d684afdbd694f66bc.tar.bz2 hourglass-b89a708807c72c67b128aa3d684afdbd694f66bc.zip | |
Add simple timer that counts one second
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 +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 |
