landing page

This commit is contained in:
Doug Hoyte
2023-06-08 22:16:48 -04:00
parent 4cff73b01b
commit 01e6421f89
7 changed files with 188 additions and 8 deletions

View File

@ -6,3 +6,8 @@ include golpe/rules.mk
LDLIBS += -lsecp256k1 -lzstd
INCS += -Iexternal/negentropy/cpp
build/StrfryTemplates.h: $(shell find src/tmpls/ -type f -name '*.tmpl')
perl golpe/external/templar/templar.pl src/tmpls/ strfrytmpl $@
src/apps/relay/RelayWebsocket.o: build/StrfryTemplates.h