Update Makefile

This commit is contained in:
Sergy Stepanov 2021-07-31 13:03:18 +03:00
parent a3d2549028
commit e4e160d9dc

2
Makefile vendored
View file

@ -74,7 +74,7 @@ dev.build-local:
dev.run: dev.build-local
./bin/coordinator --v=5 &
./bin/worker --coordinatorhost localhost:8000
./bin/worker --v=5
dev.run-docker:
docker rm cloud-game-local -f || true