NOOP: Minor Makefile clean up (#994)

Minor fix.
This commit is contained in:
swiss-knight 2020-09-22 10:27:45 +02:00 committed by GitHub
parent f7d7a0ced3
commit 0245b21634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ help:
@echo " " @echo " "
@echo "Hints for designers:" @echo "Hints for designers:"
@echo " make start-maputnik # start Maputnik Editor + dynamic tile server [ see $(OMT_HOST):8088 ]" @echo " make start-maputnik # start Maputnik Editor + dynamic tile server [ see $(OMT_HOST):8088 ]"
@echo " make start-postserve # start dynamic tile server [ see $(OMT_HOST):$(PPORT)} ]" @echo " make start-postserve # start dynamic tile server [ see $(OMT_HOST):$(PPORT) ]"
@echo " make start-tileserver # start maptiler/tileserver-gl [ see $(OMT_HOST):$(TPORT) ]" @echo " make start-tileserver # start maptiler/tileserver-gl [ see $(OMT_HOST):$(TPORT) ]"
@echo " " @echo " "
@echo "Hints for developers:" @echo "Hints for developers:"