projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf93b2
)
edits
master
author
Peizhao Ou
<peizhaoo@uci.edu>
Wed, 7 Dec 2016 21:29:57 +0000
(13:29 -0800)
committer
Peizhao Ou
<peizhaoo@uci.edu>
Wed, 7 Dec 2016 21:29:57 +0000
(13:29 -0800)
clean.sh
patch
|
blob
|
history
diff --git
a/clean.sh
b/clean.sh
index c373de205879fae5fadcc3dcd66ac975f9577b8e..22c313e46440604d95351f3133474dc564d1af8e 100755
(executable)
--- a/
clean.sh
+++ b/
clean.sh
@@
-3,3
+3,6
@@
AutoGenDir=$(pwd)/src/edu/uci/eecs/utilParser
echo "Deleting the old generated java files."
rm -rf $AutoGenDir
+
+echo "Deleting the class files."
+rm -rf ./classes