Makefile: Do not copy config.def.h to config.h

We will add a config.h of our own.
This commit is contained in:
Sanchayan Maity 2020-10-12 12:03:02 +05:30
parent 7b5db89981
commit e159191db6
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@ options:
@echo "LDFLAGS = $(STLDFLAGS)"
@echo "CC = $(CC)"
config.h:
cp config.def.h config.h
.c.o:
$(CC) $(STCFLAGS) -c $<