echoip/Makefile
Martin Polden e16e9a7aa9 Cleanup
2014-12-22 00:55:24 +01:00

14 lines
120 B
Makefile

NAME = ifconfig
all: test build
fmt:
gofmt -w=true *.go
build:
@mkdir bin
go build -o bin/$(NAME)
test:
go test