Fix version script call

This commit is contained in:
Sergey Stepanov 2021-08-26 20:24:32 +03:00
parent a33b1a0ed6
commit a14e8d58b1
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

2
Makefile vendored
View file

@ -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)