github.com/machinebox/remoto@v0.1.2-0.20191024144331-eff21a7d321f/examples/files/Makefile (about)

     1  
     2  generate:
     3  	remoto generate files.remoto.go ../../templates/remotohttp/server.go.plush -o ./server/files/server.go && gofmt -w ./server/files/server.go
     4  	remoto generate files.remoto.go ../../templates/remotohttp/client.go.plush -o ./client/files/client.go && gofmt -w ./client/files/client.go
     5  	remoto generate files.remoto.go ../../templates/remotohttp/client.es6.js.plush -o ./client/files/files.es6.js 
     6  
     7  install:
     8  	cd ../.. ; go install