Skip to content

Commit 2230edf

Browse files
committed
add build command in makefile
1 parent a503e40 commit 2230edf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
run/Tasky:
2-
@go run ./cli/tasky
2+
@go run ./cli/tasky
3+
4+
build/Tasky:
5+
@go build ./cli/tasky

0 commit comments

Comments
 (0)