From 70ae8b8684635e54079e4e26e4a729b61583073e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 4 Mar 2022 02:45:06 +0100 Subject: Made make sequence quieter. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 93dd6b6c..be77b2c4 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,6 @@ SCM_FILES = $(shell find module/ -type f -name \*.scm) GO_FILES = $(SCM_FILES:module/%.scm=obj-$(GUILE_VERSION)/%.go) GUILE_C_FLAGS = -Lmodule \ - -Wunused-toplevel \ -Wshadowed-toplevel -Wunbound-variable \ -Wmacro-use-before-definition -Warity-mismatch \ -Wduplicate-case-datum -Wbad-case-datum @@ -27,8 +26,8 @@ static: $(MAKE) -C static obj-$(GUILE_VERSION)/%.go: module/%.scm - @echo $(GUILD) compile $< - @$(GUILD) compile $(GUILE_C_FLAGS) -o $@ $< + @echo $(GUILD) $(GUILE_VERSION) compile $< + @$(GUILD) compile $(GUILE_C_FLAGS) -o $@ $< >/dev/null # Phony target used by test/run-tests.scm and main to # automatically compile everything before they run. -- cgit v1.2.3