GITLAB

UoN / SACAMOS

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • SACAMOS
  • clean_project
  • 9f62fb99   Corrections to User Guide Browse Code ยป
    Chris Smartt
    2018-07-06 11:27:44 +0100  
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 ..