more fix
[cdsspec-compiler.git] / clean.sh
1 #!/bin/bash
2
3 if [ -z $SPEC_COMPILER_HOME ]; then
4         SPEC_COMPILER_HOME=~/spec-checker-compiler
5 fi
6
7 OUTPUT_PATH=$SPEC_COMPILER_HOME/src/edu/uci/eecs/specCompiler/grammerParser
8 echo "Deleting the old generated java files."
9 rm $OUTPUT_PATH/*.java