aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c3290ec..288ba97 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -132,7 +132,7 @@ nyxt: nyxt/.config/nyxt/init.lisp
%.elc: %.el
@echo -e "\e[36mELC\e[0m" $<
- $(EMACS) -batch -f package-initialize -f batch-byte-compile $<
+ $(EMACS) -q -batch -f package-initialize -f batch-byte-compile $<
%: %.org
$(call tangle)