makefile tweaks

This commit is contained in:
Brevven 2020-11-23 18:42:20 -08:00
parent 43ebb7ad17
commit 343891a829

View file

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