blob: aa368e722fd82eea8ee01863525a97743004c960 [file] [log] [blame]
# Example:
# make build
# make install
.PHONY: build install
build:
GO_BUILD_FLAGS="-v" ./scripts/build
./bin/swctl --version