From ce5235700f62a3326a9786c6e6c9c7b7470fdefb Mon Sep 17 00:00:00 2001 From: Jeremiah Orians Date: Sat, 27 May 2017 12:02:46 -0400 Subject: [PATCH] Minor tweak to make it nuke EVERYTHING including ignored files --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 7015816..4f510df 100644 --- a/makefile +++ b/makefile @@ -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: