mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 09:38:26 -05:00
11 lines
84 B
Makefile
11 lines
84 B
Makefile
all: build install
|
|
|
|
build:
|
|
go build
|
|
|
|
install:
|
|
go install
|
|
|
|
test:
|
|
go test -v *.go
|