hostess/Makefile
2015-01-29 22:46:05 -08:00

8 lines
111 B
Makefile

build:
go build hostess.go
test: build
./hostess add domain ip
install: build
cp hostess /usr/sbin/hostess