From: Peizhao Ou Date: Thu, 18 Feb 2016 01:11:36 +0000 (-0800) Subject: edits X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8cd44ecf2b3ae26173db7bbdc403585a94c11d6d;p=cdsspec-compiler.git edits --- 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