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 02d874b commit 4cc0da5Copy full SHA for 4cc0da5
Makefile
@@ -15,3 +15,6 @@ test:
15
16
run:
17
@GOPATH=$(GOPATH) go run $(GOFILES)
18
+
19
+clean:
20
+ if [ -f ${GOBIN} ] ; then rm -f ${GOBIN} ; fi
0 commit comments