eeProxy/Makefile
2018-12-25 00:57:30 -05:00

9 lines
84 B
Makefile

build:
go build
fmt:
find . -name '*.go' -exec gofmt -w {} \;
clean:
go clean