diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-09-30 15:57:58 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-09-30 15:57:58 -0700 |
| commit | f0c32a90477c20ca8dd38c48889ca77deddc1b8b (patch) | |
| tree | b443e453a9539a4dc39acf960ebb0e6570afa267 /Makefile | |
| parent | 7a666d519556e9c7bf510d71565793978e7beba0 (diff) | |
Ditching the whole config.def.h paradigm in favor of just having a
single config.h file. It's mostly not used very much anyways now that
the startup commands and key bindings are in their own files.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -57,9 +57,6 @@ all: $(NAME) clean: rm -f $(NAME) -config.h: - cp config.def.h config.h - $(NAME): $(NAME).c bterm.h config.h $(CC) $(NAME).c $(CFLAGS) $(CWARN) $(G) $(O) -o $(NAME) |
