From fb51388f71df979d7df630c96bf07d51bf6ba715 Mon Sep 17 00:00:00 2001 From: CNOCycle Date: Wed, 13 Oct 2021 13:04:31 +0100 Subject: [PATCH] correct PHONY target in Makefile (#5434) COPYBARA_INTEGRATE_REVIEW=https://github.com/overleaf/overleaf/pull/967 from CNOCycle:CNOCycle-patch-1 d5278c9b7188ebd94cd0a7b0316af5514ae6f22f Co-authored-by: CNOCycle GitOrigin-RevId: 8aa48e4f617c2fdd689442fb959c9a856fc3b859 --- server-ce/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-ce/Makefile b/server-ce/Makefile index 941ace9cc4..938381da00 100644 --- a/server-ce/Makefile +++ b/server-ce/Makefile @@ -17,4 +17,4 @@ build-community: docker build --build-arg SHARELATEX_BASE_TAG --build-arg MONOREPO_REVISION -f Dockerfile -t $(SHARELATEX_TAG) $(MONOREPO_ROOT) -PHONY: build-base build-community +.PHONY: build-base build-community