1
0
mirror of https://github.com/coreos/mantle.git synced 2026-02-05 09:45:01 +01:00
Files
mantle/Makefile
2019-04-28 13:58:14 -05:00

10 lines
82 B
Makefile

.PHONY: build test vendor
build:
./build
test:
./test
vendor:
@go mod vendor