1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-17 10:06:16 +02:00

Makefile: Fix git usage for non-git source archive

We didn't take enough care to fix all invocations of git in this
scenario.

Fixes: 32d2739 ("Makefile: Specify version when building from tarball")
Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
Kai Krakow
2018-11-18 16:10:32 +01:00
parent 14ccf88050
commit 1d369a3c18
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ clean: ## Cleanup
.PHONY: lib src test
lib: ## Build libs
$(MAKE) -C lib
$(MAKE) TAG="$(BEES_VERSION)" -C lib
src: ## Build bins
src: lib