17 lines
539 B
Bash
17 lines
539 B
Bash
#!/bin/bash
|
|
|
|
#===================================================================#
|
|
# clean routine for CFDEMcoupling, part of CFDEMproject
|
|
# Christoph Goniva - Sept. 2013, DCS Computing GmbH
|
|
#===================================================================#
|
|
|
|
#- include functions
|
|
source $CFDEM_PROJECT_DIR/etc/functions.sh
|
|
|
|
#================================================================================#
|
|
# clean src remove object files
|
|
#================================================================================#
|
|
cleanCFDEM
|
|
|
|
|