projects
/
cdsspec-compiler.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
22c313e46440604d95351f3133474dc564d1af8e
[cdsspec-compiler.git]
/
clean.sh
1
#!/bin/bash
2
3
AutoGenDir=$(pwd)/src/edu/uci/eecs/utilParser
4
echo "Deleting the old generated java files."
5
rm -rf $AutoGenDir
6
7
echo "Deleting the class files."
8
rm -rf ./classes