feat: update config.h when def get updated

This commit is contained in:
David JULIEN 2021-03-14 19:15:06 +01:00
parent 89c8231fb1
commit e64ab65227
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ options:
.c.o:
$(CC) -c $(CFLAGS) $<
config.h:
config.h: config.def.h
cp config.def.h $@
$(OBJ): arg.h config.h config.mk drw.h