dont error on git reset
diff --git a/GNUmakefile b/GNUmakefile
index 78763ec..2337b9e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -435,7 +435,7 @@
 deepclean:	clean
 	rm -rf qemu_mode/qemu-3.1.1.tar.xz
 	rm -rf unicorn_mode/unicornafl
-	git reset --hard || true
+	git reset --hard >/dev/null 2>&1 || true
 
 distrib: all radamsa
 	-$(MAKE) -C llvm_mode