mirror of
https://github.com/coreos/mantle.git
synced 2026-02-05 09:45:01 +01:00
10 lines
82 B
Makefile
10 lines
82 B
Makefile
.PHONY: build test vendor
|
|
build:
|
|
./build
|
|
|
|
test:
|
|
./test
|
|
|
|
vendor:
|
|
@go mod vendor
|