summaryrefslogtreecommitdiffstats
path: root/lock/Frnt.Makefile
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-04-08 17:01:41 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-04-08 17:05:56 +0800
commit014040f33f914a82031e15940924bc9c92236fec (patch)
tree7eae117615a04ff03b1b687ca4ffac64d98a7f38 /lock/Frnt.Makefile
parentf36e0c51177979c57b3402676fe342c180f9cb5b (diff)
downloadsmart-home-014040f33f914a82031e15940924bc9c92236fec.tar.gz
Fix await_reply()
Diffstat (limited to 'lock/Frnt.Makefile')
-rw-r--r--lock/Frnt.Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lock/Frnt.Makefile b/lock/Frnt.Makefile
index cb957df..f57494d 100644
--- a/lock/Frnt.Makefile
+++ b/lock/Frnt.Makefile
@@ -1,6 +1,6 @@
CC = avr-gcc
MCU = atmega328p
-TARGET = app
+TARGET = front
SRC = frnt.c uart.c nrfm.c util.c
OBJ = $(SRC:.c=.o)