From f0c32a90477c20ca8dd38c48889ca77deddc1b8b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 30 Sep 2019 15:57:58 -0700 Subject: 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. --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3