2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-31 06:15:25 +00:00

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