build(Makefile): fix/enhance hoogle targets
This commit is contained in:
parent
84134c3042
commit
0e620eb136
5
Makefile
5
Makefile
@ -16,6 +16,7 @@ export FRADRIVE_SERVICE
|
|||||||
# TODO: to be deprecated
|
# TODO: to be deprecated
|
||||||
export DEV_PORT_HTTP
|
export DEV_PORT_HTTP
|
||||||
export DEV_PORT_HTTPS
|
export DEV_PORT_HTTPS
|
||||||
|
export HOOGLE_PORT
|
||||||
|
|
||||||
export IMAGE_REGISTRY = docker.io
|
export IMAGE_REGISTRY = docker.io
|
||||||
export MEMCACHED_IMAGE = $(IMAGE_REGISTRY)/memcached:latest
|
export MEMCACHED_IMAGE = $(IMAGE_REGISTRY)/memcached:latest
|
||||||
@ -352,7 +353,7 @@ start-backend: BASE_PORTS = "DEV_PORT_HTTP=3000" "DEV_PORT_HTTPS=3443"
|
|||||||
start-backend: SINGLETON = false
|
start-backend: SINGLETON = false
|
||||||
start-backend: static
|
start-backend: static
|
||||||
|
|
||||||
start-hoogle: BASE_PORT = "HOOGLE_PORT=8081"
|
start-hoogle: BASE_PORTS = "HOOGLE_PORT=8081"
|
||||||
start-hoogle: SINGLETON=true
|
start-hoogle: SINGLETON=true
|
||||||
|
|
||||||
start-frontend: SINGLETON = false
|
start-frontend: SINGLETON = false
|
||||||
@ -421,7 +422,7 @@ log-%:
|
|||||||
# TODO: move targets below to better location
|
# TODO: move targets below to better location
|
||||||
|
|
||||||
# Some convenience aliases:
|
# Some convenience aliases:
|
||||||
hoogle: start-hoogle
|
hoogle: start-hoogle;
|
||||||
|
|
||||||
.PHONY: i18n-check
|
.PHONY: i18n-check
|
||||||
# HELP: check internationalization
|
# HELP: check internationalization
|
||||||
|
|||||||
Reference in New Issue
Block a user