projects
/
suckless
/
slock.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35633d4
)
Makefile: explicit_bzero.c was copied twice (GNU make gives a warning)
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Tue, 4 Oct 2022 17:44:47 +0000
(19:44 +0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Tue, 4 Oct 2022 17:44:47 +0000
(19:44 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f4ffbb7e0263da9d91a733611955f8fbf764d741..b20fd4ee633f8afa355295c3b8e09b7e307dc94d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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}