[hackers] [slock] add arg.h and util.h to Makefile || Markus Teich
commit d5da84cf5adce2f30ed348b631861cc089f3b559
Author: Markus Teich <markus.teich_AT_stusta.mhn.de>
AuthorDate: Sun Nov 20 00:59:19 2016 +0100
Commit: Markus Teich <markus.teich_AT_stusta.mhn.de>
CommitDate: Sun Nov 20 01:01:47 2016 +0100
add arg.h and util.h to Makefile
diff --git a/Makefile b/Makefile
index 8b3e248..f4ffbb7 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -18,7 +18,7 @@ options:
_AT_echo CC $<
_AT_${CC} -c ${CFLAGS} $<
-${OBJ}: config.h config.mk
+${OBJ}: config.h config.mk arg.h util.h
config.h:
_AT_echo creating $@ from config.def.h
_AT_@ -35,8 +35,8 @@ clean:
dist: clean
_AT_echo creating dist tarball
_AT_mkdir -p slock-${VERSION}
- _AT_cp -R LICENSE Makefile README config.def.h config.mk ${SRC} \
- explicit_bzero.c slock.1 slock-${VERSION}
+ _AT_cp -R LICENSE Makefile README slock.1 config.mk \
+ ${SRC} explicit_bzero.c config.def.h arg.h util.h slock-${VERSION}
_AT_tar -cf slock-${VERSION}.tar slock-${VERSION}
_AT_gzip slock-${VERSION}.tar
_AT_rm -rf slock-${VERSION}
Received on Sun Nov 20 2016 - 01:04:19 CET
This archive was generated by hypermail 2.3.0
: Sun Nov 20 2016 - 01:12:22 CET