File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ build-all:
3131 @cd apps/testapp && go build -ldflags " $( LDFLAGS) " -o $(CURDIR ) /build/testapp .
3232 @echo " --> Building evm-single"
3333 @cd apps/evm/single && go build -ldflags " $( LDFLAGS) " -o $(CURDIR ) /build/evm-single .
34- @echo " --> Building evm-based"
35- @cd apps/evm/based && go build -ldflags " $( LDFLAGS) " -o $(CURDIR ) /build/evm-based .
3634 @echo " --> Building local-da"
3735 @cd da && go build -ldflags " $( LDFLAGS) " -o $(CURDIR ) /build/local-da ./cmd/local-da
3836 @echo " --> All ev-node binaries built!"
@@ -52,13 +50,6 @@ build-evm-single:
5250 @cd apps/evm/single && go build -ldflags " $( LDFLAGS) " -o $(CURDIR ) /build/evm-single .
5351 @echo " Check the binary with : $(CURDIR ) /build/evm-single"
5452
55- # # build-evm-based: build evm based
56- build-evm-based :
57- @echo " --> Building EVM based"
58- @mkdir -p $(CURDIR ) /build
59- @cd apps/evm/based && go build -ldflags " $( LDFLAGS) " -o $(CURDIR ) /build/evm-based .
60- @echo " Check the binary with : $(CURDIR ) /build/evm-based"
61-
6253build-da :
6354 @echo " --> Building local-da"
6455 @mkdir -p $(CURDIR ) /build
You can’t perform that action at this time.
0 commit comments