...

Text file src/jschan/Makefile

Documentation: jschan

     1build:
     2	go generate && go build
     3
     4run:
     5	chmod +x ./jschan && ./jschan

View as plain text