summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2009-09-15 12:38:48 +0200
committergbrandl <devnull@localhost>2009-09-15 12:38:48 +0200
commit2e412433f06944aaa0f39078cc5669fdcd2dd945 (patch)
treee6995fae5fd439102ab0e9273f6faea688655110 /Makefile
parent0554bc94e9e129907db88409cfba57e0a29358af (diff)
downloadpygments-2e412433f06944aaa0f39078cc5669fdcd2dd945.tar.gz
Remove build dir on clean.1.1.1
Diffstat (limited to 'Makefile')
-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: