6 lines
68 B
Makefile
6 lines
68 B
Makefile
all:
|
|
go build serve_hostnames.go
|
|
|
|
clean:
|
|
rm -rf serve_hostnames
|