Develop: Remove unnecessary .PHONY targets from Makefile

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-12-19 17:47:57 +01:00
parent b6cb478cfb
commit b60d633c65

View file

@ -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;