diff --git a/compile.sh b/compile.sh index 6a854ad..d8f93fb 100755 --- a/compile.sh +++ b/compile.sh @@ -1,6 +1,10 @@ #!/bin/bash +# Incase the environment was not cleaned up! +git clean -xfd +git reset --hard + cd dart mkdir out