Skip to content

Commit

Permalink
chore(makefile): add locked rule
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 29, 2023
1 parent 038ec19 commit 2bbb4ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ check:
update:
$(EMACS_BATCH) --eval='(minemacs-update-packages)'

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

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

Expand Down

0 comments on commit 2bbb4ee

Please sign in to comment.