mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-20 09:50:28 +00:00
7 lines
78 B
Makefile
7 lines
78 B
Makefile
BIN = strfry
|
|
OPT = -O3 -g
|
|
|
|
include golpe/rules.mk
|
|
|
|
LDLIBS += -lsecp256k1 -lb2
|