Made a more reasonable hardest option

This commit is contained in:
Jeremiah Orians 2017-05-27 12:57:57 -04:00
parent 17b676e9b6
commit cb7f1101db
No known key found for this signature in database
GPG Key ID: 7457821534D2ACCD
1 changed files with 6 additions and 1 deletions

View File

@ -100,7 +100,12 @@ clean-hard: clean
rm -rf bin/ roms/
.PHONY: clean-hardest
clean-hardest-You-probably-do-NOT-want-this-option:
clean-hardest:
git reset --hard
git clean -fd
clean-SO-hard-You-probably-do-NOT-want-this-option-because-it-will-destory-everything:
echo "I REALLY REALLY HOPE you know what you are doing"
git reset --hard
git clean -xdf