This commit is contained in:
2019-10-03 12:35:33 -07:00
parent 282e902b0a
commit 2456abbe0d
3 changed files with 25 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ build: ./pooteeweet
./pooteeweet: *.go
go build -o $@ $(GOFLAGS) .
clean:
rm pooteeweet
fmt:
go fmt *.go