echoip/Makefile

13 lines
151 B
Makefile
Raw Normal View History

2012-11-25 14:49:16 +01:00
TARGET = ifconfig
all: install
clean:
rm -f -- $(TARGET)
fmt:
gofmt -tabs=false -tabwidth=4 -w=true $(TARGET).go
install:
go build $(TARGET).go