This commit is contained in:
Martin Polden 2014-11-01 14:36:57 +01:00
parent e7356dba8f
commit 26f53cea7e
3 changed files with 84 additions and 84 deletions

View File

@ -6,7 +6,7 @@ clean:
rm -f -- $(TARGET)
fmt:
gofmt -tabs=false -tabwidth=4 -w=true *.go
gofmt -w=true *.go
install:
go build $(TARGET).go