summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-29 10:01:30 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-29 10:01:30 +0200
commit09d96cd0b6f352227f741c4fc9b0d82cbefcc012 (patch)
treeb1b6a37cafbc134b8c3aaf8bcdb22ddd51469b87 /Makefile
parent153116f7fd955bbcfee5fe80996a4619c7a343c3 (diff)
Makefile: add libFuzzer to phony
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c10c035..47ac06f 100644
--- a/Makefile
+++ b/Makefile
@@ -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