Jelajahi Sumber

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 <github@marginalman.org>
GitOrigin-RevId: 8aa48e4f617c2fdd689442fb959c9a856fc3b859
CNOCycle 4 tahun lalu
induk
melakukan
fb51388f71
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      server-ce/Makefile

+ 1 - 1
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)
 	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