Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 8241643

Browse files
committed
edit makefile
1 parent 4f81ae9 commit 8241643

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ install:
55
@go install
66

77
test:
8-
@go test ./...
8+
@go test ./...
9+
10+
clean:
11+
@rm -rf out/

0 commit comments

Comments
 (0)