diff --git a/Makefile b/Makefile index 30407e7..e6f9ed7 100644 --- a/Makefile +++ b/Makefile @@ -25,3 +25,7 @@ install: .PHONY: uninstall cargo uninstall folderify + +.PHONY: clean +clean: + rm -rf ./target