make config-afl-gcc to help creating conf file
authorMiodrag Milanovic <mmicko@gmail.com>
Mon, 27 May 2019 18:43:10 +0000 (20:43 +0200)
committerMiodrag Milanovic <mmicko@gmail.com>
Mon, 27 May 2019 18:43:10 +0000 (20:43 +0200)
Makefile

index 2174076e4a305271e6934b018c208fa52c715c68..2f5da41105be8f085472d7dd7301ede98c2ae987 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -827,6 +827,9 @@ config-gcc-static: clean
 config-gcc-4.8: clean
        echo 'CONFIG := gcc-4.8' > Makefile.conf
 
+config-afl-gcc: clean
+       echo 'CONFIG := afl-gcc' > Makefile.conf
+
 config-emcc: clean
        echo 'CONFIG := emcc' > Makefile.conf
        echo 'ENABLE_TCL := 0' >> Makefile.conf
@@ -873,5 +876,5 @@ echo-git-rev:
 -include techlibs/*/*.d
 
 .PHONY: all top-all abc test install install-abc manual clean mrproper qtcreator coverage vcxsrc mxebin
-.PHONY: config-clean config-clang config-gcc config-gcc-static config-gcc-4.8 config-gprof config-sudo
+.PHONY: config-clean config-clang config-gcc config-gcc-static config-gcc-4.8 config-afl-gcc config-gprof config-sudo