Skip to content

Commit

Permalink
Makefile: make clean should remove dist/, too
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Rue <[email protected]>
  • Loading branch information
danrue committed Jan 3, 2018
1 parent d64150a commit 069c369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ test:
golint

clean:
rm -f ./$(FILE)
rm -rf ./$(FILE) dist

0 comments on commit 069c369

Please sign in to comment.