Skip to content

Commit 4cc0da5

Browse files
committed
Makefile: add a 'clean' target
1 parent 02d874b commit 4cc0da5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ test:
1515

1616
run:
1717
@GOPATH=$(GOPATH) go run $(GOFILES)
18+
19+
clean:
20+
if [ -f ${GOBIN} ] ; then rm -f ${GOBIN} ; fi

0 commit comments

Comments
 (0)