From: Daniel Walter Date: Thu, 10 Mar 2016 10:55:12 +0000 (+0100) Subject: make config.h target depending on config.def.h X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=410ba38a0160da8cbcc81dddd704ae9c7f6d15e2;p=suckless%2Fslstatus.git make config.h target depending on config.def.h --- diff --git a/Makefile b/Makefile index e1bb370..d20ad8f 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ options: ${OBJ}: config.h config.mk -config.h: +config.h: config.def.h @echo creating $@ from config.def.h @cp config.def.h $@