From 974f02ed100fe922518891d5be2791a02fca0bb7 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Fri, 6 Oct 2023 20:38:48 -0700 Subject: [PATCH] [Makefile] Add `make clean`. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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