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.
beaver/Makefile
John Olheiser c628fd1987 Add extended and true colors (#3)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: #3
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-committed-by: John Olheiser <john.olheiser@gmail.com>
2021-02-17 05:44:17 +08:00

9 lines
87 B
Makefile

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