Add missing .PHONY in portable Makefile
The recipe "build-portable" is also the name of the generated directory. Add this name to the .PHONY list.
This commit is contained in:
parent
089378926b
commit
0d050d83b4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@
|
||||||
# This is a simple Makefile because Meson is not flexible enough to execute some
|
# This is a simple Makefile because Meson is not flexible enough to execute some
|
||||||
# arbitrary commands.
|
# arbitrary commands.
|
||||||
|
|
||||||
.PHONY: default clean release-portable dist-portable dist-portable-zip sums test check
|
.PHONY: default clean build-portable release-portable dist-portable dist-portable-zip sums test check
|
||||||
|
|
||||||
GRADLE ?= ./gradlew
|
GRADLE ?= ./gradlew
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue