makefile tweaks
This commit is contained in:
parent
43ebb7ad17
commit
343891a829
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -1,6 +1,7 @@
|
||||||
.PHONY: copy install
|
.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:
|
copy:
|
||||||
rm -rf ../$(v)
|
rm -rf ../$(v)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue