summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-01-25 23:12:12 +0100
committergbrandl <devnull@localhost>2007-01-25 23:12:12 +0100
commit80dfd874a2a42623537a20bdf0a7bd0a8b0e3849 (patch)
treecae48052cf548bc8c63a51dcdf939366be17e2d1 /Makefile
parentb5196d5ff9ed68c2a8a1eee56b961cb7cdf11590 (diff)
downloadpygments-80dfd874a2a42623537a20bdf0a7bd0a8b0e3849.tar.gz
[svn] Update TODO, remove LGPL file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b04108ec..78adb5d1 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ export PYTHONPATH = $(shell echo "$$PYTHONPATH"):$(shell python -c 'print ":".jo
.PHONY: all apidocs check clean clean-pyc codetags docs epydoc lexermap \
pylint reindent test
-all: test
+all: clean-pyc check test
apidocs: epydoc