summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fda1936..055da29 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CC = gcc
CFLAGS = -g -Wall -Wpedantic -std=c89
TARGET = parc
-BASENM = piece-table
+BASENM = piece-table tui
SRC = $(addsuffix .c, $(addprefix src/, $(BASENM)) )
OBJDIR = out
OBJ = $(addsuffix .o, $(addprefix $(OBJDIR)/, $(BASENM)))