ninenano

Client implementation of the 9P protocol for constrained devices

git clone https://git.8pit.net/ninenano.git

1export GOPATH=$(CURDIR)
2
3server: src/github.com/Harvey-OS/ninep/cmd/ufs
4	go build -o $@ $(patsubst src/%,%,$<)
5
6.PHONY: server