summaryrefslogtreecommitdiffstats
path: root/lock/Frnt.Makefile
diff options
context:
space:
mode:
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)