Ensure clean repo before compile

This commit is contained in:
zontreck 2024-08-30 20:59:46 -07:00
parent 01d4c6c773
commit ebe10601e2

View file

@ -1,6 +1,10 @@
#!/bin/bash
# Incase the environment was not cleaned up!
git clean -xfd
git reset --hard
cd dart
mkdir out