From e64ab6522752e3ac48357fb6e3a9b37e6e03f575 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Sun, 14 Mar 2021 19:15:06 +0100 Subject: [PATCH] feat: update config.h when def get updated --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a03a95c..9cbb6df 100644 --- a/Makefile +++ b/Makefile @@ -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