mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 12:28:15 +03:00
make build a phony target in Makefile
This commit is contained in:
parent
a8ed7a776e
commit
bfc54447eb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ generate-patch:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
./scripts/build_web_vault.sh
|
./scripts/build_web_vault.sh
|
||||||
.PHONY: checkout
|
.PHONY: build
|
||||||
|
|
||||||
tar:
|
tar:
|
||||||
./scripts/tar_web_vault.sh
|
./scripts/tar_web_vault.sh
|
||||||
|
|
Loading…
Reference in a new issue