mk-clean 78 B

12345678
  1. #!/bin/bash
  2. ROOT_DIR=`pwd`
  3. cd build && make clean
  4. cd $ROOT_DIR && ./mk