Skip to content

Commit

Permalink
[Makefile] Add make clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Oct 7, 2023
1 parent e114097 commit 974f02e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ install:

.PHONY: uninstall
cargo uninstall folderify

.PHONY: clean
clean:
rm -rf ./target

0 comments on commit 974f02e

Please sign in to comment.