Files
strfry/Makefile

14 lines
365 B
Makefile

BIN ?= strfry
APPS ?= dbutils relay mesh
OPT ?= -O3 -g
include golpe/rules.mk
LDLIBS += -lsecp256k1 -lzstd
INCS += -Iexternal/negentropy/cpp
build/StrfryTemplates.h: $(shell find src/tmpls/ -type f -name '*.tmpl')
PERL5LIB=golpe/vendor/ perl golpe/external/templar/templar.pl src/tmpls/ strfrytmpl $@
src/apps/relay/RelayWebsocket.o: build/StrfryTemplates.h