Files
strfry/Makefile
2023-05-16 01:33:40 -04:00

8 lines
114 B
Makefile

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