about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-05 10:25:53 +0200
committervan Hauser <vh@thc.org>2020-08-05 10:25:53 +0200
commit4a859aff70cb4334c78bd6a13feb820bdad9d9d6 (patch)
tree0c294647171fdc40a2cce67d447e13c845510c52 /GNUmakefile
parent8fc727e597f26161fde7f38af8b805a39497da52 (diff)
downloadafl++-4a859aff70cb4334c78bd6a13feb820bdad9d9d6.tar.gz
travis fixes
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 510f4298..679ccc82 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -551,9 +551,9 @@ source-only: all
 	-$(MAKE) -C gcc_plugin
 	$(MAKE) -C libdislocator
 	$(MAKE) -C libtokencap
-	#$(MAKE) -C examples/afl_network_proxy
-	#$(MAKE) -C examples/socket_fuzzing
-	#$(MAKE) -C examples/argv_fuzzing
+	@#$(MAKE) -C examples/afl_network_proxy
+	@#$(MAKE) -C examples/socket_fuzzing
+	@#$(MAKE) -C examples/argv_fuzzing
 
 %.8:	%
 	@echo .TH $* 8 $(BUILD_DATE) "afl++" > $@