blob: b854f61c3717363af70e117228f545f745d440b5 [file] [log] [blame]
.PHONY: shivas
shivas:
go build -o shivas main.go
.PHONY: test
test:
go test ./...
go test ../../libs/skylab/autotest/hostinfo/...
.PHONY: local
local:
go build -tags local -o shivas main.go
.PHONY: clean
clean:
$(RM) shivas