diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-04-20 21:03:06 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-20 21:03:06 +0200 |
commit | 4ccd8c14003ba1645e05482ead7b1a7b1b998289 (patch) | |
tree | 40e60edf52e0f538fad0edc115c42c02d01b7402 | |
parent | 4f997665f176d5870ab53c028e5899ae1c520d54 (diff) | |
download | afl++-4ccd8c14003ba1645e05482ead7b1a7b1b998289.tar.gz |
reset git on deepclean
-rw-r--r-- | GNUmakefile | 1 | ||||
m--------- | unicorn_mode/unicornafl | 0 |
2 files changed, 1 insertions, 0 deletions
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 -Subproject 89fd1f66912c8e0918ba0658b16bda204607e44 +Subproject 214c526e4ca3adf867057858c909500e0678a78 |