From 8c6fcd98be0625c1d255b566cb60261e722e1d18 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Mon, 20 Apr 2020 21:03:06 +0200 Subject: reset git on deepclean --- GNUmakefile | 1 + unicorn_mode/unicornafl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 21b5d2a1..78763ecf 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -435,6 +435,7 @@ endif deepclean: clean rm -rf qemu_mode/qemu-3.1.1.tar.xz rm -rf unicorn_mode/unicornafl + git reset --hard || true distrib: all radamsa -$(MAKE) -C llvm_mode diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl index 89fd1f66..214c526e 160000 --- a/unicorn_mode/unicornafl +++ b/unicorn_mode/unicornafl @@ -1 +1 @@ -Subproject commit 89fd1f66912c8e0918ba0658b16bda204607e44a +Subproject commit 214c526e4ca3adf867057858c909500e0678a789 -- cgit 1.4.1