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.
master
Romain Vimont 8 years ago
parent 089378926b
commit 0d050d83b4

@ -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…
Cancel
Save