aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe2006-07-14 18:46:12 +0200
committerAnselm R. Garbe2006-07-14 18:46:12 +0200
commit326b6efb02f209872223850d5df5e50887bd73cc (patch)
treedb5f9e26aeacc6cb37eb5b55e707ced21952910d /Makefile
parentec3efbe98a4ab6a553f1f726e0294c21bcc12d3d (diff)
downloadaur-326b6efb02f209872223850d5df5e50887bd73cc.tar.gz
draw bar on exposure ;)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b243ef342eb..536960bafa5a 100644
--- 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}