aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 88e3199fcfbd30ef181f3d99cfe126656b931300 (plain)
1
2
3
4
5
6
7
8
9
10
11
.phony: build
build:
	./build.bash

.phony: test
test:
	./test.bash

.phony: format
format:
	go fmt ./...