From eaa109ca3be63d263d64dc672de8d49569df3fea Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Fri, 23 May 2025 15:12:42 +0800 Subject: Fix client makefile. --- lock/Client.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lock') diff --git a/lock/Client.Makefile b/lock/Client.Makefile index 00cb69b..abb8567 100644 --- a/lock/Client.Makefile +++ b/lock/Client.Makefile @@ -3,7 +3,7 @@ MCU = atmega328p PORT = /dev/cuaU0 TARGET = client -SRC = fend.c fpm.c uart.c nrfm.c util.c +SRC = client.c fpm.c uart.c nrfm.c util.c OBJ = $(SRC:.c=.o) CFLAGS = -std=gnu99 -- cgit v1.2.3