mirror of
https://github.com/owncloud/ocis
synced 2026-05-05 06:32:34 +02: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
|