We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a888bd3 commit f0cfa11Copy full SHA for f0cfa11
Makefile
@@ -0,0 +1,5 @@
1
+build:
2
+ @go build -o bin/ecom cmd/main.go
3
+
4
+run: build
5
+ @./bin/ecom
0 commit comments