Skip to content

Commit

Permalink
added section 'clean' to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed May 6, 2021
1 parent 351220a commit da68eed
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 @@ -18,4 +18,7 @@ install:
test:
prove -v t/*.t

clean:
rm -rf t/tmp/

.PHONY: all install test

0 comments on commit da68eed

Please sign in to comment.