aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-01 16:38:24 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-01 16:38:24 -0800
commit845f8e42c6d668b584df6c8611a59879b697a694 (patch)
tree1c5e73f84f63df0bbeb8a27eced6d79d875a9e64 /Makefile
parent5371a49ce0eda4054cc4dcb73abea351482711c2 (diff)
A bit of refactoring, moving more rendering code into draw.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 376cac6..6f01316 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CWARN=-Wall -Wpedantic -Wextra -Wno-unknown-pragmas -Wno-missing-field-initializ
-Wno-padded -Wsign-conversion -Wno-missing-noreturn -Wno-cast-qual -Wtype-limits
#CFLAGS += -fsanitize=address -fno-omit-frame-pointer
-CFILES=columns.c bterm.c
+CFILES=draw.c bterm.c
OBJFILES=$(CFILES:.c=.o)
all: $(NAME)