mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 13:03:44 +00:00
deepclean no longer removes submodules
This commit is contained in:
@ -576,7 +576,11 @@ endif
|
|||||||
deepclean: clean
|
deepclean: clean
|
||||||
rm -rf unicorn_mode/unicornafl
|
rm -rf unicorn_mode/unicornafl
|
||||||
rm -rf qemu_mode/qemuafl
|
rm -rf qemu_mode/qemuafl
|
||||||
|
ifeq "$(IN_REPO)" "1"
|
||||||
# NEVER EVER ACTIVATE THAT!!!!! git reset --hard >/dev/null 2>&1 || true
|
# NEVER EVER ACTIVATE THAT!!!!! git reset --hard >/dev/null 2>&1 || true
|
||||||
|
git checkout unicorn_mode/unicornafl
|
||||||
|
git checkout qemu_mode/qemuafl
|
||||||
|
endif
|
||||||
|
|
||||||
.PHONY: distrib
|
.PHONY: distrib
|
||||||
distrib: all
|
distrib: all
|
||||||
|
Reference in New Issue
Block a user