Files
opencloud/vendor/github.com/cevaris/ordered_map/Makefile
2023-04-19 20:24:34 +02:00

11 lines
84 B
Makefile

all: build install
build:
go build
install:
go install
test:
go test -v *.go