feat: fresh restart

config.h depends on config.def.h
This commit is contained in:
David JULIEN 2021-03-14 23:17:52 +01:00
parent 4ef0cbd8b9
commit 6da763a85a
No known key found for this signature in database
GPG Key ID: 4B388E8BD9D47382
1 changed files with 1 additions and 1 deletions

View File

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