options not needed

This commit is contained in:
Martin Diehl 2019-04-29 10:18:39 +02:00
parent 2ea07950ff
commit cc7e6d237e
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@ all: grid mesh processing
.PHONY: grid
grid: build/grid
@(cd build/grid;make -j4 --no-print-directory -ws all install;)
@(cd build/grid;make -j4 all install;)
.PHONY: spectral
spectral: grid
.PHONY: mesh
mesh: build/mesh
@(cd build/mesh; make -j4 --no-print-directory -ws all install;)
@(cd build/mesh; make -j4 all install;)
.PHONY: FEM
FEM: mesh