all repos — slstatus @ 410ba38a0160da8cbcc81dddd704ae9c7f6d15e2

my build of slstatus (tools.suckless.org/slstatus/)

make config.h target depending on config.def.h
Daniel Walter d.walter@0x90.at
Thu, 10 Mar 2016 11:55:12 +0100
commit

410ba38a0160da8cbcc81dddd704ae9c7f6d15e2

parent

046e273a7eb270f4b275c02546e4547d8cfc2a82

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M MakefileMakefile

@@ -19,7 +19,7 @@ @${CC} -c ${CFLAGS} $<

${OBJ}: config.h config.mk -config.h: +config.h: config.def.h @echo creating $@ from config.def.h @cp config.def.h $@