mirror of
https://github.com/dap-ps/discover.git
synced 2025-01-31 03:26:13 +00:00
fix: remove indentation
This commit is contained in:
parent
50ddbe4779
commit
23e7f9b04b
10
Makefile
10
Makefile
@ -7,11 +7,11 @@ export WALLET_MNEMONIC ?= erupt point century seek certain escape solution flee
|
||||
ifeq ($(NODE_ENV),production)
|
||||
export EMBARK_TARGET ?= livenet
|
||||
else
|
||||
ifeq ($(NODE_ENV), localhost)
|
||||
export EMBARK_TARGET ?= development
|
||||
else
|
||||
export EMBARK_TARGET ?= testnet
|
||||
endif
|
||||
ifeq ($(NODE_ENV), localhost)
|
||||
export EMBARK_TARGET ?= development
|
||||
else
|
||||
export EMBARK_TARGET ?= testnet
|
||||
endif
|
||||
endif
|
||||
|
||||
HELP_FUN = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user