From cb7f1101db5021123deb3d3b7c91191b4f705977 Mon Sep 17 00:00:00 2001 From: Jeremiah Orians Date: Sat, 27 May 2017 12:57:57 -0400 Subject: [PATCH] Made a more reasonable hardest option --- makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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