From 8d4e4aeba4c297cc93b0500c3a84a25d2bb85ddd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 28 May 2019 21:36:42 -0700 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3