all repos — slstatus @ 6edc959933cc0a8c94ed4571bf668a5fe15ba7aa

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

do not overwrite config.h if config.def.h changes
Aaron Marcher info@nulltime.net
Wed, 14 Sep 2016 11:08:37 +0200
commit

6edc959933cc0a8c94ed4571bf668a5fe15ba7aa

parent

1ad9f2504d3b547ceb3e6e92215bc2d42164e782

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

jump to
M MakefileMakefile

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

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