diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-09-30 17:06:27 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-09-30 17:06:27 -0700 |
| commit | 3daa54df98b27066f9fcf9aab85d375dee744655 (patch) | |
| tree | a2c411ca5a16ba21c3691aa053222a998fdd1ce1 /Makefile | |
| parent | f0c32a90477c20ca8dd38c48889ca77deddc1b8b (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
