mirror of
https://github.com/cbednarski/hostess
synced 2024-11-11 19:10:37 +00:00
8 lines
111 B
Makefile
8 lines
111 B
Makefile
build:
|
|
go build hostess.go
|
|
|
|
test: build
|
|
./hostess add domain ip
|
|
|
|
install: build
|
|
cp hostess /usr/sbin/hostess
|