From 3daa54df98b27066f9fcf9aab85d375dee744655 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 30 Sep 2019 17:06:27 -0700 Subject: Moved config.h -> bb.h and did some cleanup, moving function declarations and constants out of bb.c and into bb.h. Also re-alphabetized the functions and updated the docs. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 31a2525..b037aee 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ all: $(NAME) clean: rm -f $(NAME) -$(NAME): $(NAME).c bterm.h config.h +$(NAME): $(NAME).c bterm.h bb.h $(CC) $(NAME).c $(CFLAGS) $(CWARN) $(G) $(O) -o $(NAME) install: $(NAME) -- cgit v1.2.3