summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-12-18 13:52:43 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-12-18 13:52:43 -0500
commit5a39d952e9afcb278507bd8931dbd6e467ba8a48 (patch)
tree0cc01ffa41bdee940b8d70a083d9dee17b534b9f /Makefile
parent66f629b545c3cafdda657a984df443ae3d90cc0a (diff)
cleanup with make and gitignore
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f837f5c..af1f8ed 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,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}