Files
strfry/Makefile
2023-05-01 17:51:14 -04:00

8 lines
119 B
Makefile

BIN = strfry
OPT = -O3 -g
include golpe/rules.mk
LDLIBS += -lsecp256k1 -lb2 -lzstd
INCS += -Iexternal/negentropy/cpp