1export GOPATH=$(CURDIR)23server: src/github.com/nmeum/ninenano4 cd $< && go build -o $@56src/github.com/nmeum/ninenano: $(GOPATH)7 mkdir -p $(shell dirname $@)8 ln -fs $< $@910.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/nmeum/ninenano4 cd $< && go build -o $@56src/github.com/nmeum/ninenano: $(GOPATH)7 mkdir -p $(shell dirname $@)8 ln -fs $< $@910.PHONY: server