less verbose compilation
This commit is contained in:
parent
923732ab4b
commit
f6669a4a81
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ all: spectral FEM marc processing
|
||||||
|
|
||||||
.PHONY: spectral
|
.PHONY: spectral
|
||||||
spectral: build/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
|
.PHONY: FEM
|
||||||
FEM: build/FEM
|
FEM: build/FEM
|
||||||
|
|
Loading…
Reference in New Issue