osel/Makefile
Nate Johnston afe7bbf0ac adjustment of the story
Change-Id: Ibf81b7d37bd724b78bd2cfd9c4e88f1c37578268
2018-05-31 17:09:21 +00:00

19 lines
312 B
Makefile

# Makefile for the 'osel' project.
# Note that the installation of go and vgo is accomplished by
# tools/test-setup.sh
SOURCE?=./...
env:
@echo "Running build"
# $(HOME)/go/bin/vgo build
test:
@echo "Running tests"
# $(HOME)/go/bin/vgo test $(SOURCE) -cover
fmt:
@echo "Running fmt"
# go fmt $(SOURCE)