summaryrefslogtreecommitdiffstats
path: root/lock/Client.Makefile
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-05-23 15:12:42 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-05-23 15:12:42 +0800
commiteaa109ca3be63d263d64dc672de8d49569df3fea (patch)
tree7e73acb047956a54a2964805002b36c2b916747c /lock/Client.Makefile
parent99398fb9666f40f3fb939615fe4d0666bd5adc16 (diff)
downloadsmart-home-eaa109ca3be63d263d64dc672de8d49569df3fea.tar.gz
Fix client makefile.
Diffstat (limited to 'lock/Client.Makefile')
-rw-r--r--lock/Client.Makefile2
1 files changed, 1 insertions, 1 deletions
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