Work on UAPI
Cross-platform API (get operation) Handshake initiation creation process Outbound packet flow Fixes from code-review
This commit is contained in:
9
src/Makefile
Normal file
9
src/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
BINARY=wireguard-go
|
||||
|
||||
build:
|
||||
go build -o ${BINARY}
|
||||
|
||||
clean:
|
||||
if [ -f ${BINARY} ]; then rm ${BINARY}; fi
|
||||
|
||||
.PHONY: clean
|
||||
Reference in New Issue
Block a user