X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=blobdiff_plain;f=clean.sh;h=c373de205879fae5fadcc3dcd66ac975f9577b8e;hp=827d047ddf8e672f8d00322e2577802579d8902a;hb=19ccd7c10175f9a93b315ef34b9d3168939c87ec;hpb=1b435536cfa2f48dd4177f244291add149d3618c diff --git a/clean.sh b/clean.sh index 827d047..c373de2 100755 --- a/clean.sh +++ b/clean.sh @@ -1,9 +1,5 @@ #!/bin/bash -if [ -z $SPEC_COMPILER_HOME ]; then - SPEC_COMPILER_HOME=~/spec-checker-compiler -fi - -OUTPUT_PATH=$SPEC_COMPILER_HOME/src/edu/uci/eecs/utilParser +AutoGenDir=$(pwd)/src/edu/uci/eecs/utilParser echo "Deleting the old generated java files." -rm $OUTPUT_PATH/*.java +rm -rf $AutoGenDir