1 2 3 4 5 6 7 8 9
BINARY=wireguard-go build: go build -o ${BINARY} clean: if [ -f ${BINARY} ]; then rm ${BINARY}; fi .PHONY: clean