Skip to content
Snippets Groups Projects
Allwclean 308 B
Newer Older
  • Learn to ignore specific revisions
  • Franjo's avatar
    Franjo committed
    #!/bin/sh
    
    cd ${0%/*} || exit 1                        # Run from this directory
    
    Franjo's avatar
    Franjo committed
    
    
    #------------------------------------------------------------------------------
    
    Franjo's avatar
    Franjo committed
    
    
    wclean meshLibrary
    wclean -all executables
    wclean -all utilities
    
    
    #------------------------------------------------------------------------------