1
0
mirror of https://github.com/mpolden/echoip synced 2025-04-11 22:55:51 +02:00
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