summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-09-15 12:38:48 +0200
committerGeorg Brandl <georg@python.org>2009-09-15 12:38:48 +0200
commit06b07c07f2ddf4cb76f9502e9fda868af4eb1d82 (patch)
treee6995fae5fd439102ab0e9273f6faea688655110
parenta8592a46463599bae9718c634c548d6654170e80 (diff)
downloadpygments-git-1.1.1.tar.gz
Remove build dir on clean.1.1.1
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 625f5b24..3d27e39d 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ check:
-i pygments/lexers/_vimbuiltins.py
clean: clean-pyc
+ rm -r build
rm -f codetags.html
clean-pyc: