mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-28 12:36:30 +00:00
Fix version script call
This commit is contained in:
parent
a33b1a0ed6
commit
a14e8d58b1
1 changed files with 1 additions and 1 deletions
2
Makefile
vendored
2
Makefile
vendored
|
|
@ -121,7 +121,7 @@ GAMES_DIR = assets/games
|
|||
.PHONY: release
|
||||
.SILENT: release
|
||||
release: GIT_VERSION := $(shell ./scripts/version.sh)
|
||||
release:
|
||||
release: clean build
|
||||
rm -rf ./$(RELEASE_DIR) && mkdir ./$(RELEASE_DIR)
|
||||
mkdir -p $(COORDINATOR_DIR) && mkdir -p $(WORKER_DIR)
|
||||
cp ./bin/coordinator $(COORDINATOR_DIR) && cp ./bin/worker $(WORKER_DIR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue