Rearrange make target (#2989)

This commit is contained in:
koooge
2018-10-19 18:25:24 +09:00
committed by Jannis Leidel
parent 284e497483
commit 5ab143de41

View File

@@ -1,4 +1,4 @@
.PHONY: build bundle compose_build create_database tests test_db clean
.PHONY: compose_build test_db create_database clean bundle tests build watch start
compose_build:
docker-compose build