diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2024-11-06 12:22:12 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2024-11-06 12:22:12 +0800 |
| commit | bb2e665a5be55d479e45b7ed8672a0219a336760 (patch) | |
| tree | f3c424b667b9584541c31008ca6907ef60fe38ae /door_lock/Makefile | |
| parent | 50381c06244e944390de382f6bdd85cc8b9a3332 (diff) | |
| download | smart-home-bb2e665a5be55d479e45b7ed8672a0219a336760.tar.gz | |
Move crypt code to separate file.
Diffstat (limited to 'door_lock/Makefile')
| -rw-r--r-- | door_lock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/door_lock/Makefile b/door_lock/Makefile index 92b9945..018960a 100644 --- a/door_lock/Makefile +++ b/door_lock/Makefile @@ -2,7 +2,7 @@ CC = avr-gcc MCU = atmega328p TARGET = app -SRC = servo.c serial.c +SRC = servo.c cmd.c serial.c OBJ = $(SRC:.c=.o) CFLAGS = -std=gnu99 |
