From a14e8d58b1d2d5fd9401581465fc97fb4d707286 Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Thu, 26 Aug 2021 20:24:32 +0300 Subject: [PATCH] Fix version script call --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 135723a47..e417e8aa5 100644 --- a/Makefile +++ b/Makefile @@ -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)