From f6669a4a81938a7be0c5cca3b23be64d4ebcd788 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 5 May 2017 17:20:22 +0200 Subject: [PATCH] less verbose compilation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 891d4b5f2..0ba67963e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: spectral FEM marc processing .PHONY: spectral spectral: build/spectral - @(cd build/spectral;make --no-print-directory -ws all install VERBOSE=1;) + @(cd build/spectral;make --no-print-directory -ws all install;) .PHONY: FEM FEM: build/FEM