#
# This Makefile was automatically generated by boilerplate-gen; changes will NOT be preserved!
#
# You may set the MANTA_FLAGS variable to to pass arguments (e.g. "-v" for verbose output) to Manta.
#
# The lint, test, and build targets are shortcuts for running the corresponding part of what happens
# during the CI process in your local environment (i.e. outside of Manta).
#

all: go1.7.3

.PHONY: lint test build upgrade-boilerplate-gen

lint:
	.boilerplate/lint.sh

test:
	.boilerplate/test.sh

build:
	.boilerplate/build.sh

upgrade-boilerplate-gen:
	retool clean && retool upgrade code.justin.tv/kdkly/boilerplate-gen/cmd/boilerplate-gen origin/master && retool do boilerplate-gen

go1.7.3:
	rm -rf ".manta-output.d/go1.7.3" && manta -proxy -f ".manta.json.d/go1.7.3.json" $(MANTA_FLAGS)

