summaryrefslogtreecommitdiffstats
path: root/door_lock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'door_lock/Makefile')
-rw-r--r--door_lock/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/door_lock/Makefile b/door_lock/Makefile
index c188507..92b9945 100644
--- a/door_lock/Makefile
+++ b/door_lock/Makefile
@@ -2,7 +2,7 @@ CC = avr-gcc
MCU = atmega328p
TARGET = app
-SRC = main.c serial.c
+SRC = servo.c serial.c
OBJ = $(SRC:.c=.o)
CFLAGS = -std=gnu99