diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index cf4639f..4988fa3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -6,7 +6,7 @@ BINDIR := $(CURDIR)/build else BINDIR := $(abspath $(BINDIR)) endif -PROJECT_ROOT=github.com/dexon-foundation/dexon-consensus-core +PROJECT_ROOT=github.com/dexon-foundation/dexon-consensus BLS_REPO = dexonfoundation/bls-go-alpine BLS_LIB = vendor/github.com/dexon-foundation/bls/lib/libbls384.a BUILDER_REPO = dexonfoundation/dexon-alpine |