reordering and cleaning

This commit is contained in:
Martin Diehl 2017-02-03 20:35:32 +01:00
parent 2116226407
commit 3914dfbec4
1 changed files with 6 additions and 12 deletions

View File

@ -11,25 +11,19 @@ build/spectral: build
@mkdir build/spectral
@(cd build/spectral; cmake -Wno-dev -DCMAKE_BUILD_TYPE=RELEASE -DDAMASK_SOLVER=SPECTRAL ../..;)
build: bin
@mkdir build
bin:
@mkdir bin
FEM: build/FEM
@(cd build/FEM; make --no-print-directory -ws all install;)
build/FEM: build
@mkdir build
@(cd build/FEM; cmake -Wno-dev -DCMAKE_BUILD_TYPE=RELEASE -DDAMASK_SOLVER=FEM ../..;)
.PHONY: spectral
spectral:
$(MAKE) DAMASK_spectral.exe -C code
.PHONY: FEM
FEM:
$(MAKE) DAMASK_FEM.exe -C code
build: bin
@mkdir build
bin:
@mkdir bin
.PHONY: marc
marc: