build(Makefile): inline hoogle.sh (now a oneliner)
This commit is contained in:
parent
2e3153294a
commit
0d2bfaac8d
5
Makefile
5
Makefile
@ -401,9 +401,10 @@ start-%: --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=//'`; \
|
||||
./start.sh
|
||||
--start-hoogle-backend: hoogle.sh
|
||||
--start-hoogle-backend:
|
||||
HOOGLE_PORT=`cat $(CONTAINER_FILE) | grep 'HOOGLE_PORT=' | sed 's/HOOGLE_PORT=//'` ; \
|
||||
./hoogle.sh
|
||||
echo "${HOOGLE_PORT}" ; \
|
||||
stack --work-dir .stack-work-doc hoogle -- -server --local --port $${HOOGLE_PORT}
|
||||
|
||||
--start-frontend: static
|
||||
npm run start
|
||||
|
||||
Reference in New Issue
Block a user