edits
[cdsspec-compiler.git] / clean.sh
index e298d7d6995a8a9e355b969f1f5d3b08e787ec8e..827d047ddf8e672f8d00322e2577802579d8902a 100755 (executable)
--- a/clean.sh
+++ b/clean.sh
@@ -4,6 +4,6 @@ if [ -z $SPEC_COMPILER_HOME ]; then
        SPEC_COMPILER_HOME=~/spec-checker-compiler
 fi
 
-OUTPUT_PATH=$SPEC_COMPILER_HOME/src/edu/uci/eecs/specCompiler/grammerParser
+OUTPUT_PATH=$SPEC_COMPILER_HOME/src/edu/uci/eecs/utilParser
 echo "Deleting the old generated java files."
 rm $OUTPUT_PATH/*.java