Skip to content

Commit 680f0cc

Browse files
committed
(chore) add Makefile
1 parent 631bbc8 commit 680f0cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
build:
3+
go build -o mc .
4+
5+
test:
6+
go test -v ./...

0 commit comments

Comments
 (0)