Skip to content

Commit

Permalink
Merge pull request #70 from python-dirbtuves/make-clean
Browse files Browse the repository at this point in the history
Add make clean
  • Loading branch information
iakovleva committed Oct 3, 2015
2 parents a72bb5c + 6cb189a commit 19d24a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ testall: bin/django ; scripts/runtests.py pylab

tags: bin/django ; bin/ctags -v --tag-relative

clean: ; rm -rf bin .coverage develop-eggs include .installed.cfg lib pylab_lt.egg-info parts

lint: bin/django
bin/flake8 --exclude=migrations --ignore=E501,E241 pylab
bin/django htmllint
Expand All @@ -40,4 +42,4 @@ var/www/static var/www/media: ; mkdir -p $@
bin/django: bin/buildout buildout.cfg $(wildcard config/*.cfg) $(wildcard config/env/*.cfg) mkdirs ; $<
bin/django compilemessages

.PHONY: all help run mkdirs test testall tags
.PHONY: all help run mkdirs test testall tags clean

0 comments on commit 19d24a8

Please sign in to comment.