aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-09-30 17:06:27 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-09-30 17:06:27 -0700
commit3daa54df98b27066f9fcf9aab85d375dee744655 (patch)
treea2c411ca5a16ba21c3691aa053222a998fdd1ce1 /Makefile
parentf0c32a90477c20ca8dd38c48889ca77deddc1b8b (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)