diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-23 15:12:42 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-23 15:12:42 +0800 |
| commit | eaa109ca3be63d263d64dc672de8d49569df3fea (patch) | |
| tree | 7e73acb047956a54a2964805002b36c2b916747c /lock/Client.Makefile | |
| parent | 99398fb9666f40f3fb939615fe4d0666bd5adc16 (diff) | |
| download | smart-home-eaa109ca3be63d263d64dc672de8d49569df3fea.tar.gz | |
Fix client makefile.
Diffstat (limited to 'lock/Client.Makefile')
| -rw-r--r-- | lock/Client.Makefile | 2 |
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 |
