diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-04-20 21:03:06 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-21 13:14:34 +0200 |
commit | 8c6fcd98be0625c1d255b566cb60261e722e1d18 (patch) | |
tree | 40e60edf52e0f538fad0edc115c42c02d01b7402 | |
parent | 7dc825dbe96cbff5a64dc2dbc0ef3a68e25452ec (diff) | |
download | afl++-8c6fcd98be0625c1d255b566cb60261e722e1d18.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 |