Skip to content

Commit 39fce90

Browse files
committed
chore(make): minor updates
1 parent d6b4363 commit 39fce90

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Makefile

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ EMACS_BATCH=emacs --batch --script init.el
44
CLOC=cloc
55

66
all:
7-
@echo "Cleaning options are: clean, clean_pcache, clean_all, prune, loaddefs."
7+
@echo "Cleaning options are: clean, clean_extras, clean_all, prune, loaddefs."
88
@echo "Straight options are: pull, rebuild, check."
9-
@echo "Extra options are: bump, cloc, ci."
9+
@echo "Extra options are: bump, cloc, locked, ci."
10+
@echo "Documentation options: gen-external-tools, gen-descriptions, documentation."
1011

1112
clean_extras:
1213
rm -rf $(EMACS_DIR)/local/parinfer-rust || true
@@ -18,9 +19,6 @@ clean_extras:
1819
clean: clean_extras
1920
rm -rf $(EMACS_DIR)/eln-cache $(EMACS_DIR)/local/eln-cache $(EMACS_DIR)/local/cache $(EMACS_DIR)/local/straight/build-*
2021

21-
clean_pcache:
22-
rm -rf $(EMACS_DIR)/local/cache/pcache
23-
2422
clean_all: clean
2523
cp $(EMACS_DIR)/local/straight/versions/default.el /tmp/straight-versions-default.el
2624
rm -rf $(EMACS_DIR)/local/straight/
@@ -46,10 +44,10 @@ check:
4644
$(EMACS_BATCH) --eval='(straight-check-all)'
4745

4846
bump:
49-
MINEMACS_LOAD_ALL_MODULES=1 $(EMACS_BATCH) --eval='(minemacs-bump-packages)'
47+
$(EMACS_BATCH) --eval='(minemacs-bump-packages)'
5048

5149
locked:
52-
$(EMACS_BATCH) --eval='(minemacs-restore-locked-packages nil)'
50+
$(EMACS_BATCH) --eval='(minemacs-upgrade nil)'
5351

5452
cloc:
5553
$(CLOC) --match-f='\.el$$' init.el early-init.el elisp/ modules/ core/ skel/

0 commit comments

Comments
 (0)