mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
fix makefile typo
This commit is contained in:
parent
31d4dc8a38
commit
ffe89e8f2d
14
GNUmakefile
14
GNUmakefile
@ -637,16 +637,16 @@ endif
|
|||||||
# -$(MAKE) -C utils/plot_ui
|
# -$(MAKE) -C utils/plot_ui
|
||||||
-$(MAKE) -C frida_mode
|
-$(MAKE) -C frida_mode
|
||||||
ifneq "$(SYS)" "Darwin"
|
ifneq "$(SYS)" "Darwin"
|
||||||
ifeq "$(ARCH)" "aarch64"
|
ifeq "$(ARCH)" "aarch64"
|
||||||
ifndef NO_CORESIGHT
|
ifndef NO_CORESIGHT
|
||||||
-$(MAKE) -C coresight_mode
|
-$(MAKE) -C coresight_mode
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
ifeq "$(SYS)" "Linux"
|
||||||
ifeq "$(SYS)" "Linux"
|
ifndef NO_NYX
|
||||||
ifndef NO_NYX
|
|
||||||
-cd nyx_mode && ./build_nyx_support.sh
|
-cd nyx_mode && ./build_nyx_support.sh
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
-cd qemu_mode && sh ./build_qemu_support.sh
|
-cd qemu_mode && sh ./build_qemu_support.sh
|
||||||
ifeq "$(ARCH)" "aarch64"
|
ifeq "$(ARCH)" "aarch64"
|
||||||
ifndef NO_UNICORN_ARM64
|
ifndef NO_UNICORN_ARM64
|
||||||
@ -662,7 +662,7 @@ binary-only: test_shm test_python ready $(PROGS)
|
|||||||
ifneq "$(SYS)" "Darwin"
|
ifneq "$(SYS)" "Darwin"
|
||||||
-$(MAKE) -C utils/libdislocator
|
-$(MAKE) -C utils/libdislocator
|
||||||
-$(MAKE) -C utils/libtokencap
|
-$(MAKE) -C utils/libtokencap
|
||||||
#endif
|
endif
|
||||||
-$(MAKE) -C utils/afl_network_proxy
|
-$(MAKE) -C utils/afl_network_proxy
|
||||||
-$(MAKE) -C utils/socket_fuzzing
|
-$(MAKE) -C utils/socket_fuzzing
|
||||||
-$(MAKE) -C utils/argv_fuzzing
|
-$(MAKE) -C utils/argv_fuzzing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user