Skip to content

Commit b4ac168

Browse files
author
Jakob Külzer
committed
added clean target
1 parent 5ba1e62 commit b4ac168

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ GO_SOURCES=$(shell find ./ -type f -name '*.go')
44
.PHONY:
55
all: harbormaster
66

7+
.PHONY:
78
install: harbormaster
89
go install .
910

@@ -14,3 +15,7 @@ harbormaster: $(GO_SOURCES)
1415
test:
1516
go test -v github.com/ilikeorangutans/harbormaster/...
1617

18+
.PHONY:
19+
clean:
20+
rm harbormaster
21+

0 commit comments

Comments
 (0)