getting toward release

This commit is contained in:
2019-10-03 06:01:13 -07:00
parent a80397fdf6
commit 0e3a914ea0
4 changed files with 27 additions and 1 deletions

View File

@@ -20,8 +20,11 @@ run: build
build: ./xsum
./xsum: *.go */*.go
./xsum: *.go
go build -o $@ $(GOFLAGS) .
fmt:
go fmt *.go
test:
docker build -t sneak/xsum .