JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
draw bar on exposure ;)
[dwm.git] / Makefile
index 2b243ef..536960b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ dwm: ${OBJ}
        @${CC} -o $@ ${OBJ} ${LDFLAGS}
 
 clean:
-       rm -f dwm *.o core
+       rm -f dwm *.o core dwm-${VERSION}.tar.gz
 
 dist: clean
        mkdir -p dwm-${VERSION}