mirror of
git://git.suckless.org/slock
synced 2025-07-26 09:42:10 -07:00
Makefile: explicit_bzero.c was copied twice (GNU make gives a warning)
This commit is contained in:
2
Makefile
2
Makefile
@@ -36,7 +36,7 @@ dist: clean
|
|||||||
@echo creating dist tarball
|
@echo creating dist tarball
|
||||||
@mkdir -p slock-${VERSION}
|
@mkdir -p slock-${VERSION}
|
||||||
@cp -R LICENSE Makefile README slock.1 config.mk \
|
@cp -R LICENSE Makefile README slock.1 config.mk \
|
||||||
${SRC} explicit_bzero.c config.def.h arg.h util.h slock-${VERSION}
|
${SRC} config.def.h arg.h util.h slock-${VERSION}
|
||||||
@tar -cf slock-${VERSION}.tar slock-${VERSION}
|
@tar -cf slock-${VERSION}.tar slock-${VERSION}
|
||||||
@gzip slock-${VERSION}.tar
|
@gzip slock-${VERSION}.tar
|
||||||
@rm -rf slock-${VERSION}
|
@rm -rf slock-${VERSION}
|
||||||
|
Reference in New Issue
Block a user