aboutsummaryrefslogtreecommitdiff
path: root/confui/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'confui/makefile')
-rw-r--r--confui/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/confui/makefile b/confui/makefile
index e646524..78301cb 100644
--- a/confui/makefile
+++ b/confui/makefile
@@ -3,7 +3,7 @@ LD = gcc
RM = rm -f
CFLAGS =
LFLAGS =
-TARGET = bts
+TARGET = confui
SRCS := $(wildcard *.c)
OBJS := $(patsubst %.c,%.o, $(SRCS))