aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-09-30 15:57:58 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-09-30 15:57:58 -0700
commitf0c32a90477c20ca8dd38c48889ca77deddc1b8b (patch)
treeb443e453a9539a4dc39acf960ebb0e6570afa267
parent7a666d519556e9c7bf510d71565793978e7beba0 (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.
-rw-r--r--Makefile3
-rw-r--r--config.h (renamed from config.def.h)0
2 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2d46459..31a2525 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
diff --git a/config.def.h b/config.h
index f8f431e..f8f431e 100644
--- a/config.def.h
+++ b/config.h