From 3821b9a1e60ac48c4c1663179f68609a9be8fda0 Mon Sep 17 00:00:00 2001 From: ssd588021-cmd Date: Thu, 2 Oct 2025 06:13:17 -0700 Subject: [PATCH] Update Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HEADERS = bloom.h crack.h hash160.h warpwallet.h OBJ_MAIN = brainflayer.o hex2blf.o blfchk.o ecmtabgen.o hexln.o filehex.o OBJ_UTIL = hex.o bloom.o mmapf.o hsearchf.o ec_pubkey_fast.o ripemd160_256.o dldummy.o OBJ_ALGO = $(patsubst %.c,%.o,$(wildcard algo/*.c)) OBJECTS = $(OBJ_MAIN) $(OBJ_UTIL) $(OBJ_ALGO) BINARIES = brainflayer hexln hex2blf blfchk ecmtabgen filehex LIBS = -lrt -lcrypto -lgmp CFLAGS = -O3 \ -flto -funsigned-char -falign-functions=16 -falign-loops=16 -falign-jumps=16 \ -Wall -Wextra -Wno-pointer-sign -Wno-sign-compare \ -pedantic -std=gnu99 COMPILE = gcc $(CFLAGS) all: $(BINARIES) .git: @echo 'This does not look like a cloned git repo. Unable to fetch submodules.' @false secp256k1/.libs/libsecp256k1.a: .git git submodule init git submodule update cd secp256k1; make distclean || true cd secp256k1; ./autogen.sh cd secp256k1; ./configure cd secp256k1; make mix "(§(§È(ÈLLJLO help --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 684abdc5..3b1825d8 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,9 @@ secp256k1/.libs/libsecp256k1.a: .git cd secp256k1; ./configure cd secp256k1; make + + + mix "(§(§È(ÈLLJLO help secp256k1/include/secp256k1.h: secp256k1/.libs/libsecp256k1.a scrypt-jane/scrypt-jane.h: .git