1
0
mirror of https://github.com/tiyn/slock.git synced 2025-10-10 01:41:22 +02:00

base: added base image

This commit is contained in:
2023-08-22 14:34:03 +02:00
parent aaf27e6c3a
commit 9166655b4e
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ dist: clean
@echo creating dist tarball
@mkdir -p slock-${VERSION}
@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}
@gzip slock-${VERSION}.tar
@rm -rf slock-${VERSION}