aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-09-01 09:47:09 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2023-09-01 09:47:09 -0700
commitfb0906cbb9e305fc1e69f5ceda99f41c6dbf352e (patch)
tree16f5e636763ba9b141d3fa807c276f37a3cb6da2
parent143fbdb6b72d2eeccfcdbad305c20f4a06af3633 (diff)
tools: add a make clean target
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7594e51..b47df4e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: doc test lint fastlint all
+.PHONY: all doc test lint fastlint clean
all: doc lint test
@@ -22,3 +22,6 @@ scripts/nvim_doc_tools:
scripts/nvim-typecheck-action:
git clone https://github.com/stevearc/nvim-typecheck-action scripts/nvim-typecheck-action
+
+clean:
+ rm -rf scripts/nvim_doc_tools scripts/nvim-typecheck-action