diff --git a/makefile b/makefile index 286f1d6..b913c91 100644 --- a/makefile +++ b/makefile @@ -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