fix makefile phony targets

Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
This commit is contained in:
Harsha Narayana 2018-12-24 19:13:45 +05:30
parent 7005fabd4d
commit 9bea23da29
No known key found for this signature in database
GPG Key ID: 8AF211CB60D4B28C

View File

@ -1,4 +1,4 @@
.PHONY: help test test-coverage install docker-test
.PHONY: help test test-coverage install docker-test black fix-import beautify
.DEFAULT: help
@ -55,4 +55,4 @@ black:
black --config ./pyproject.toml sanic tests
fix-import: black
isort -rc sanic
isort -rc sanic