summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-05-28 04:45:13 +0000
committerGitHub <noreply@github.com>2024-05-28 04:45:13 +0000
commit3e0828d1be6dcbc7bf255963197ca206086c873b (patch)
tree5686e31b0c6aeef1df23cfe56b74dac8b69fb047 /Makefile
parent234610879f3b056d648c0de3ea22a0214c84f302 (diff)
update to dwm 6.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 126194e..ffa69b4 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ dwm: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS}
clean:
- rm -f dwm ${OBJ} *.orig dwm-${VERSION}.tar.gz
+ rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz
dist: clean
mkdir -p dwm-${VERSION}