aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2023-01-28 13:11:56 +0530
committerkrolyxon <krolyxon@tutanota.com>2023-01-28 13:11:56 +0530
commit7e75d4051f575d601f8b140cc72425d8b5d32db9 (patch)
treee9c974a0253baa8195d333f8cc58a27bc1fd9faa /Makefile
parent192e3277c026f8a69cca1742eab95596c504b868 (diff)
toggle mpc keybind
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ae64c5..0b3d26c 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ dwm: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS}
clean:
- rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz
+ rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz *.orig *.rej
dist: clean
mkdir -p dwm-${VERSION}