From d5278c9b7188ebd94cd0a7b0316af5514ae6f22f Mon Sep 17 00:00:00 2001 From: CNOCycle Date: Sun, 10 Oct 2021 22:22:41 +0800 Subject: [PATCH] correct PHONY target in Makefile --- 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