From c44d135d0b1fe7bd75daa4db8bcde6a0527052eb Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Thu, 26 Oct 2023 00:13:49 +0200 Subject: [PATCH] chore(makefile): minor tweak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b997965a..66b88acc 100644 --- a/Makefile +++ b/Makefile @@ -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