aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-28 21:53:48 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-28 21:53:48 -0800
commit657330ddd6d7a67e16c198b4e9ad2aac239d4799 (patch)
treeb3be13e0f3570332e255d8699b8b396a2c9e4d37 /Makefile
parente0af178df1abe3524a6b636405aa140765405fcf (diff)
Renamed bterm -> terminal
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 015eb29..ff07c87 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CWARN=-Wall -Wpedantic -Wextra -Wsign-conversion -Wtype-limits -Wunused-result
#CFLAGS += -fsanitize=address -fno-omit-frame-pointer
CFLAGS += '-DBB_NAME="$(NAME)"'
-CFILES=draw.c bterm.c
+CFILES=draw.c terminal.c
OBJFILES=$(CFILES:.c=.o)
all: $(NAME)