diff --git a/Makefile b/Makefile index 2fc8c616a..fec947d5f 100644 --- a/Makefile +++ b/Makefile @@ -370,7 +370,7 @@ start-%: --ensure-develop DEV_PORT_HTTP=`cat $(CONTAINER_FILE) | grep 'DEV_PORT_HTTP=' | sed 's/DEV_PORT_HTTP=//'`; \ DEV_PORT_HTTPS=`cat $(CONTAINER_FILE) | grep 'DEV_PORT_HTTPS=' | sed 's/DEV_PORT_HTTPS=//'`; \ ./utils/watchrun.sh "$(CONTAINER_FILE)" ./start.sh ---start-hoogle: hoogle.sh +--start-hoogle-backend: hoogle.sh HOOGLE_PORT=`cat $(CONTAINER_FILE) | grep 'HOOGLE_PORT=' | sed 's/HOOGLE_PORT=//'` ; \ ./utils/watchrun.sh "$(CONTAINER_FILE)" ./hoogle.sh