status-cli-client/Makefile

6 lines
79 B
Makefile

all:
go build -o status-cli-client main.go
clean:
rm -f ./status-cli-client