Skip to content

Commit 8712af0

Browse files
committed
project: added Makefile
1 parent 3670e82 commit 8712af0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.PHONY:
2+
.SILENT:
3+
4+
build:
5+
go build -o ./main ./...
6+
7+
run: build
8+
./main

0 commit comments

Comments
 (0)