Browse Source

Update Makefile

sh4nks 8 years ago
parent
commit
46c6082ac9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -20,11 +20,11 @@ test:
 	py.test
 	py.test
 
 
 run:
 run:
-	python manage.py runserver -dr
+	flaskbb run
 
 
 install:dependencies
 install:dependencies
 	clear
 	clear
-	python manage.py install
+	pip install -e .
 
 
 docs:
 docs:
 	$(MAKE) -C docs html
 	$(MAKE) -C docs html