aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 86b3437..8b3e248 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
3 3
4include config.mk 4include config.mk
5 5
6SRC = slock.c 6SRC = slock.c ${COMPATSRC}
7OBJ = ${SRC:.c=.o} 7OBJ = ${SRC:.c=.o}
8 8
9all: options slock 9all: options slock
@@ -35,8 +35,8 @@ clean:
35dist: clean 35dist: clean
36 @echo creating dist tarball 36 @echo creating dist tarball
37 @mkdir -p slock-${VERSION} 37 @mkdir -p slock-${VERSION}
38 @cp -R LICENSE Makefile README config.def.h config.mk ${SRC} slock.1 \ 38 @cp -R LICENSE Makefile README config.def.h config.mk ${SRC} \
39 slock-${VERSION} 39 explicit_bzero.c slock.1 slock-${VERSION}
40 @tar -cf slock-${VERSION}.tar slock-${VERSION} 40 @tar -cf slock-${VERSION}.tar slock-${VERSION}
41 @gzip slock-${VERSION}.tar 41 @gzip slock-${VERSION}.tar
42 @rm -rf slock-${VERSION} 42 @rm -rf slock-${VERSION}