summaryrefslogtreecommitdiffstats
path: root/Send.Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Send.Makefile')
-rw-r--r--Send.Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Send.Makefile b/Send.Makefile
index 7c20759..941fa0f 100644
--- a/Send.Makefile
+++ b/Send.Makefile
@@ -1,6 +1,6 @@
CC = avr-gcc
MCU = atmega328p
-TARGET = app
+TARGET = sender
SRC = send.c uart.c nrfm.c
OBJ = $(SRC:.c=.o)