pull/1/head
Jeff Becker 6 years ago
parent d6a4425017
commit 62fb43a52c
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1,10 +1,10 @@
REPO := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
EXE = $(REPO)/sarpd
STATIC_LIB = $(REPO)/libsarp.a
EXE = $(REPO)/llarpd
STATIC_LIB = $(REPO)/libllarp.a
STATIC_SRC_CPP = $(wildcard $(REPO)/libsarp/*.cpp)
STATIC_SRC_C = $(wildcard $(REPO)/libsarp/*.c)
STATIC_SRC_CPP = $(wildcard $(REPO)/llarp/*.cpp)
STATIC_SRC_C = $(wildcard $(REPO)/llarp/*.c)
STATIC_OBJ = $(STATIC_SRC_CPP:.cpp=.cpp.o) $(STATIC_SRC_C:.c=.c.o)

@ -1,6 +1,6 @@
# SARP
# LLARP
Simple Anon Routing Protocol
Low Latency Anon Routing Protocol
[rfc](doc/proto_v0.txt)

Loading…
Cancel
Save