summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-04-17 18:11:41 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-04-17 18:11:41 +0200
commit398593a6b1273667a4f62dc6bcdab2ce83c4d5a7 (patch)
treea03aba49aeca03fb94d9796f19100d5b78d5e0eb /Makefile.example
parent2de676cf9c16f4aff6579908e6609b3074e96a99 (diff)
downloadIshtar-398593a6b1273667a4f62dc6bcdab2ce83c4d5a7.tar.bz2
Ishtar-398593a6b1273667a4f62dc6bcdab2ce83c4d5a7.zip
Make ooo_replace an external project
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index b7b1cee8c..7d37d6bc3 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -17,7 +17,7 @@ clean:
-find . -name '.*.swp' -exec rm {} \;
test: clean
- cd $(project); $(PYTHON) manage.py test
+ cd $(project); $(PYTHON) manage.py test $(apps)
pep8:
pep8 --filename=*.py --ignore=W --exclude="manage.py,settings.py,migrations" --statistics --repeat .