diff --git a/Makefile b/Makefile index c4e3eb0..5da4629 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ .PHONY: copy install -v = bztitanium_$(shell jq -r .version info.json) +pwd = $(shell pwd) +v = $(shell basename "$(pwd)")_$(shell jq -r .version info.json) copy: rm -rf ../$(v)