GITLAB

UoN / SACAMOS

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
nested_overshields
  • SACAMOS
  • clean_project
  • 7deb5e73   Initial updates to create_global_domain_structure.F90 for nested overshields Browse Code »
    Chris Smartt
    6 years ago  
clean_project 280 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Script to clean object files, mod files and 
# all temporary test case files before updating 
# the git repository.

cd SRC 
make clean
rm -f compilation_date.inc 
cd ..
#
cd TEST_CASES
./generate_spice_cable_bundle_model clean_all
cd ..
#
cd DOCUMENTATION
make clean_all
cd ..