summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2023-05-24 19:42:32 +0400
committerAndrew Guschin <guschin@altlinux.org>2023-07-27 21:25:25 +0400
commit5a7792579bbe1c1b443682d9924a1929e7acd555 (patch)
treef831b4412c0b071cba4a05ca6c50d7dbdbbd058e /Makefile
parente3344f703551d81b4841f3f7bd444c5c30b18688 (diff)
Bump to v6.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39724c3..77bcbc0 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ dwm: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS}
clean:
- rm -rf dwm ${OBJ} dwm-${VERSION}.tar.gz *.zst pkg src
+ rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz
dist: clean
mkdir -p dwm-${VERSION}