build(Makefile): fix start-hoogle
This commit is contained in:
parent
4d5ec665c1
commit
31346fd227
2
Makefile
2
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user