Minor tweak to make it nuke EVERYTHING including ignored files

This commit is contained in:
Jeremiah Orians 2017-05-27 12:02:46 -04:00
parent 36d05d23ff
commit ce5235700f
No known key found for this signature in database
GPG Key ID: 7457821534D2ACCD
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@ clean-hard: clean
rm -rf bin/ roms/
.PHONY: clean-hardest
clean-hardest:
clean-hardest-You-probably-do-NOT-want-this-option:
git reset --hard
git clean -fd
git clean -xdf
# Our essential folders
bin: