Files
strfry/Makefile
2023-06-05 11:39:21 -04:00

9 lines
145 B
Makefile

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