mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-22 18:38:07 +00:00
8 lines
119 B
Makefile
8 lines
119 B
Makefile
BIN = strfry
|
|
OPT = -O3 -g
|
|
|
|
include golpe/rules.mk
|
|
|
|
LDLIBS += -lsecp256k1 -lb2 -lzstd
|
|
INCS += -Iexternal/negentropy/cpp
|