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

View File

@@ -168,7 +168,7 @@ help:
@echo " "
@echo "Hints for designers:"
@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 " "
@echo "Hints for developers:"