Update Makefile
This commit is contained in:
parent
4c52172c66
commit
0a208c3292
2
Makefile
2
Makefile
@ -73,7 +73,7 @@ clean:
|
|||||||
web:
|
web:
|
||||||
python setup.py develop # or `install`
|
python setup.py develop # or `install`
|
||||||
python update-settings.py
|
python update-settings.py
|
||||||
gunicorn --preload -w 4 isso.dispatch --log-file=- --access-logfile=-
|
gunicorn --preload -w 4 isso.run --log-file=- --access-logfile=-
|
||||||
|
|
||||||
|
|
||||||
.PHONY: clean site man init js coverage test web
|
.PHONY: clean site man init js coverage test web
|
||||||
|
Loading…
Reference in New Issue
Block a user