was probably never used

This commit is contained in:
Martin Diehl 2018-10-15 22:05:44 +02:00
parent e140b15bb8
commit 50b03e0330
1 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,7 @@ SHELL = /bin/sh
# Makefile for the installation of DAMASK
########################################################################################
.PHONY: all
all: spectral FEM marc processing
all: spectral FEM processing
.PHONY: spectral
spectral: build/spectral
@ -23,10 +23,6 @@ build/FEM:
@mkdir -p build/FEM
@(cd build/FEM; cmake -Wno-dev -DDAMASK_SOLVER=FEM -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DBUILDCMD_POST=${BUILDCMD_POST} -DBUILDCMD_PRE=${BUILDCMD_PRE} -DOPTIMIZATION=${OPTIMIZATION} -DOPENMP=${OPENMP} ../../;)
.PHONY: marc
marc:
@./installation/mods_MarcMentat/apply_DAMASK_modifications.sh ${MAKEFLAGS}
.PHONY: clean
clean:
@rm -rf build