summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDouglas Rumbaugh <doug@douglasrumbaugh.com>2021-12-19 23:03:45 -0500
committerDouglas Rumbaugh <doug@douglasrumbaugh.com>2021-12-19 23:03:45 -0500
commit1cb89c4f15140122532b956e4e48f9674523f546 (patch)
tree4edb2f2f51e05f463d91fe43154f37ab10eef6b0 /Makefile
parent4ebfcc2fdc9a48067a149652b91e6103e1f048c3 (diff)
downloadslock-1cb89c4f15140122532b956e4e48f9674523f546.tar.gz
Repository logistics changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4ffbb7..b415436 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ slock: ${OBJ}
clean:
@echo cleaning
- @rm -f slock ${OBJ} slock-${VERSION}.tar.gz
+ @rm -f slock ${OBJ} slock-${VERSION}.tar.gz config.h
dist: clean
@echo creating dist tarball