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:
parent
7a666d5195
commit
f0c32a9047
3
Makefile
3
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user