Skip to content

Commit

Permalink
chore(makefile): fix the locked rule
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 13, 2024
1 parent 12e8494 commit 23c1a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ update:
MINEMACS_LOAD_ALL_MODULES=1 $(EMACS_BATCH) --eval='(minemacs-update-packages)'

locked:
$(EMACS_BATCH) --eval='(minemacs-update-restore-locked)'
$(EMACS_BATCH) --eval='(minemacs-update-restore-locked nil)'

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

0 comments on commit 23c1a74

Please sign in to comment.