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