Fix .PHONY in release.mk
The prepare-deps recipe does not exist anymore. It has been split into prepare-deps-win32 and prepare-deps-win64. PR #5306 <https://github.com/Genymobile/scrcpy/pull/5306>
This commit is contained in:
parent
9578aae34e
commit
538a32a539
@ -11,7 +11,7 @@
|
||||
.PHONY: default clean \
|
||||
test \
|
||||
build-server \
|
||||
prepare-deps \
|
||||
prepare-deps-win32 prepare-deps-win64 \
|
||||
build-win32 build-win64 \
|
||||
dist-win32 dist-win64 \
|
||||
zip-win32 zip-win64 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user