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.
This commit is contained in:
Bruce Hill 2019-09-30 15:57:58 -07:00
parent 7a666d5195
commit f0c32a9047
2 changed files with 0 additions and 3 deletions

View File

@ -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)