Skip to content

Commit

Permalink
add clean target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jpicht committed Mar 14, 2022
1 parent 7621ce6 commit df230f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ ${MULTI}: cmd/multi/$@ $(shell find cmd/multi -name \*.go) ${SOURCES}

azblob: $(shell find cmd/azblob -name \*.go) ${SOURCES}
go build ./cmd/azblob

clean:
rm -f ${MULTI} azblob

0 comments on commit df230f6

Please sign in to comment.