diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-28 21:53:48 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-28 21:53:48 -0800 |
| commit | 657330ddd6d7a67e16c198b4e9ad2aac239d4799 (patch) | |
| tree | b3be13e0f3570332e255d8699b8b396a2c9e4d37 /Makefile | |
| parent | e0af178df1abe3524a6b636405aa140765405fcf (diff) | |
Renamed bterm -> terminal
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
