Skip to content

Commit

Permalink
chore(makefile): update all packages on make update
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 8, 2024
1 parent 302035c commit c583a41
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 @@ -39,7 +39,7 @@ check:
$(EMACS_BATCH) --eval='(straight-check-all)'

update:
$(EMACS_BATCH) --eval='(minemacs-update-packages)'
MINEMACS_LOAD_ALL_MODULES=1 $(EMACS_BATCH) --eval='(minemacs-update-packages)'

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

0 comments on commit c583a41

Please sign in to comment.