We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93737ec commit 69173b4Copy full SHA for 69173b4
Makefile
@@ -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