From bb2e665a5be55d479e45b7ed8672a0219a336760 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Wed, 6 Nov 2024 12:22:12 +0800 Subject: Move crypt code to separate file. --- door_lock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'door_lock/Makefile') 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 -- cgit v1.2.3