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:
Romain Vimont 2018-02-16 15:24:58 +01:00
parent 089378926b
commit 0d050d83b4

View file

@ -12,7 +12,7 @@
# This is a simple Makefile because Meson is not flexible enough to execute some
# 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