mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 01:34:57 +00:00
7 lines
85 B
Makefile
7 lines
85 B
Makefile
BIN = strfry
|
|
OPT = -O3 -g
|
|
|
|
include golpe/rules.mk
|
|
|
|
LDLIBS += -lsecp256k1 -lb2 -lzstd
|