Skip to content

Commit

Permalink
chore(makefile): minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 25, 2023
1 parent 7c26e8a commit c44d135
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 @@ -40,7 +40,7 @@ update:
$(EMACS_BATCH) --eval='(minemacs-update)'

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

ci:
HOME=$(PWD)/.. $(EMACS) -nw --batch --script .github/workflows/scripts/ci-init.el 2>&1

0 comments on commit c44d135

Please sign in to comment.