aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-28 21:36:42 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-28 21:36:42 -0700
commit8d4e4aeba4c297cc93b0500c3a84a25d2bb85ddd (patch)
tree5fefc1ec9798e6873bcc41fb99afb9093e1ebbfc /Makefile
parent92a198d6b6f81285e56ec2ce13135da4714bc847 (diff)
Some major refactoring including moving more stuff into bterm.h (renamed
from keys.h), a custom readline (`read` was buggy), better customization, and improved renaming bindings.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5dcf77a..47d1795 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ clean:
config.h:
cp config.def.h config.h
-$(NAME): $(NAME).c keys.h config.h
+$(NAME): $(NAME).c bterm.h config.h
$(CC) $(NAME).c $(LIBS) $(CFLAGS) $(G) -o $(NAME)
test: $(NAME)