mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
correct PHONY target in Makefile
This commit is contained in:
parent
cdf7e00200
commit
d5278c9b71
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue