Skip to content

Commit

Permalink
use the same bls-go-binary/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Apr 2, 2024
1 parent 3a23a9f commit 000c321
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
-include ETH.cfg
ARCH?=$(shell uname -m)
ifeq ($(ARCH),x86_64)
MCL_STATIC_CODE=1
endif
SRC_DIR?=src/
BLS_DIR?=$(SRC_DIR)/bls
MCL_DIR?=$(BLS_DIR)/mcl
all:
$(MAKE) -f $(BLS_DIR)/Makefile.onelib BLS_DIR=$(BLS_DIR) MCL_DIR=$(MCL_DIR) OUT_DIR=$(shell pwd) ETH_CFLAGS=$(ETH_CFLAGS) ARCH=$(ARCH) MCL_STATIC_CODE=$(MCL_STATIC_CODE) all
$(MAKE) -f $(BLS_DIR)/Makefile.onelib BLS_DIR=$(BLS_DIR) MCL_DIR=$(MCL_DIR) OUT_DIR=$(shell pwd) ARCH=$(ARCH) ETH_CFLAGS=$(ETH_CFLAGS) all
ios:
$(MAKE) -f $(BLS_DIR)/Makefile.onelib BLS_DIR=$(BLS_DIR) MCL_DIR=$(MCL_DIR) OUT_DIR=$(shell pwd) ETH_CFLAGS=$(ETH_CFLAGS) ios
ios_simulator:
Expand Down

0 comments on commit 000c321

Please sign in to comment.