We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3ac48 commit f08045eCopy full SHA for f08045e
Makefile
@@ -8,7 +8,14 @@ all:
8
@echo "Straight options are: pull, rebuild, check."
9
@echo "Extra options are: bump, cloc, ci."
10
11
-clean:
+clean_extras:
12
+ rm -rf $(EMACS_DIR)/local/parinfer-rust || true
13
+ rm -rf $(EMACS_DIR)/local/tree-sitter || true
14
+ rm -rf $(EMACS_DIR)/local/lsp || true
15
+ rm -rf $(EMACS_DIR)/local/extra-packages || true
16
+ rm -rf $(EMACS_DIR)/local/clean_extras || true
17
+
18
+clean: clean_extras
19
rm -rf $(EMACS_DIR)/eln-cache $(EMACS_DIR)/local/eln-cache $(EMACS_DIR)/local/cache $(EMACS_DIR)/local/straight/build-*
20
21
clean_pcache:
0 commit comments