slstatus

My fork of https://tools.suckless.org/slstatus/
git clone https://git.inz.fi/slstatus
Log | Files | Refs | README | LICENSE

commit 410ba38a0160da8cbcc81dddd704ae9c7f6d15e2
parent 046e273a7eb270f4b275c02546e4547d8cfc2a82
Author: Daniel Walter <d.walter@0x90.at>
Date:   Thu, 10 Mar 2016 11:55:12 +0100

make config.h target depending on config.def.h

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 $@