aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c916c84..b133b22 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ dwm: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS}
clean:
+ -rm *.orig
rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz
dist: clean
remember that computers suck.