Develop: Remove unnecessary .PHONY targets from Makefile
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
b6cb478cfb
commit
b60d633c65
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -645,4 +645,3 @@ users:
|
|||
|
||||
# Declare all targets as "PHONY", see https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html.
|
||||
MAKEFLAGS += --always-make
|
||||
.PHONY: all assets build cmd docker frontend internal pkg scripts storage photoprism install;
|
||||
|
|
Loading…
Reference in a new issue