1export GOPATH=$(CURDIR)23server: src/github.com/Harvey-OS/ninep/cmd/ufs4 go build -o $@ $(patsubst src/%,%,$<)56.PHONY: server
Client implementation of the 9P protocol for constrained devices
git clone https://git.8pit.net/ninenano.git
1export GOPATH=$(CURDIR)23server: src/github.com/Harvey-OS/ninep/cmd/ufs4 go build -o $@ $(patsubst src/%,%,$<)56.PHONY: server