1
0
mirror of https://github.com/mpolden/echoip synced 2025-04-11 22:55:51 +02:00
echoip/Makefile
2012-11-25 14:49:16 +01:00

13 lines
151 B
Makefile

TARGET = ifconfig
all: install
clean:
rm -f -- $(TARGET)
fmt:
gofmt -tabs=false -tabwidth=4 -w=true $(TARGET).go
install:
go build $(TARGET).go