We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a503e40 commit 2230edfCopy full SHA for 2230edf
Makefile
@@ -1,2 +1,5 @@
1
run/Tasky:
2
- @go run ./cli/tasky
+ @go run ./cli/tasky
3
+
4
+build/Tasky:
5
+ @go build ./cli/tasky
0 commit comments