diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-06-29 10:01:30 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-06-29 10:01:30 +0200 |
commit | 09d96cd0b6f352227f741c4fc9b0d82cbefcc012 (patch) | |
tree | b1b6a37cafbc134b8c3aaf8bcdb22ddd51469b87 /Makefile | |
parent | 153116f7fd955bbcfee5fe80996a4619c7a343c3 (diff) |
Makefile: add libFuzzer to phony
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ CLANG_CHECK?=clang-check CLANG_FORMAT=clang-format -style llvm -sort-includes=0 -i AFL_PATH?=/usr/local/bin -.PHONY: all cmake_build leakcheck clean fuzztest test debug ubsan asan mingw archive newbench bench format update-spec afl clang-check +.PHONY: all cmake_build leakcheck clean fuzztest test debug ubsan asan mingw archive newbench bench format update-spec afl clang-check libFuzzer all: cmake_build man/man3/cmark.3 |