mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2025-01-12 20:57:18 +03:00
Merge pull request #93 from stefan0xC/fix-phony
make build a phony target in Makefile
This commit is contained in:
commit
613870ebe6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ generate-patch:
|
|||
|
||||
build:
|
||||
./scripts/build_web_vault.sh
|
||||
.PHONY: checkout
|
||||
.PHONY: build
|
||||
|
||||
tar:
|
||||
./scripts/tar_web_vault.sh
|
||||
|
|
Loading…
Reference in a new issue