Introduction
Introduction Statistics Contact Development Disclaimer Help
add arg.h and util.h to Makefile - slock - simple X display locker utility
git clone git://git.suckless.org/slock
Log
Files
Refs
README
LICENSE
---
commit d5da84cf5adce2f30ed348b631861cc089f3b559
parent ae96836f90c3652fd0907e0632ddd4591d5716fa
Author: Markus Teich <[email protected]>
Date: Sun, 20 Nov 2016 00:59:19 +0100
add arg.h and util.h to Makefile
Diffstat:
M Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile b/Makefile
@@ -18,7 +18,7 @@ options:
@echo CC $<
@${CC} -c ${CFLAGS} $<
-${OBJ}: config.h config.mk
+${OBJ}: config.h config.mk arg.h util.h
config.h:
@echo creating $@ from config.def.h
@@ -35,8 +35,8 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p slock-${VERSION}
- @cp -R LICENSE Makefile README config.def.h config.mk ${SRC} \
- explicit_bzero.c slock.1 slock-${VERSION}
+ @cp -R LICENSE Makefile README slock.1 config.mk \
+ ${SRC} explicit_bzero.c config.def.h arg.h util.h slock-${VERS…
@tar -cf slock-${VERSION}.tar slock-${VERSION}
@gzip slock-${VERSION}.tar
@rm -rf slock-${VERSION}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.