Skip to content

Commit 9221dec

Browse files
hack: Add a Makefile to simplify common interaction
Simply covers the existing common actions
1 parent 5e907f5 commit 9221dec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
build:
2+
hack/build-go.sh
3+
.PHONY: build
4+
5+
test:
6+
go test ./...
7+
.PHONY: test

0 commit comments

Comments
 (0)