mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-21 18:15:24 +00:00
9 lines
145 B
Makefile
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
|