This repository has been archived on 2022-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
imp/Makefile
jolheiser 318f5c0d77
Initial commit
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-05-06 17:05:00 -05:00

21 lines
191 B
Makefile

GO ?= go
.PHONY: build
build:
$(GO) build
.PHONY: fmt
fmt:
$(GO) fmt ./...
.PHONY: test
test:
$(GO) test -race ./...
.PHONY: vet
vet:
$(GO) vet ./...
.PHONY: imp
imp: build
./imp -w