This repository has been archived on 2021-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
disco/Makefile
jolheiser 52aa378de8
Combine with slash
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-04-01 22:36:17 -05:00

9 lines
90 B
Makefile

GO ?= go
.PHONY: fmt
fmt:
$(GO) fmt ./...
.PHONY: test
test:
$(GO) test -v -race ./...