- Commit
- 09d96cd0b6f352227f741c4fc9b0d82cbefcc012
- Parent
- 153116f7fd955bbcfee5fe80996a4619c7a343c3
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Makefile: add libFuzzer to phony
My personal build of CMark ✏️
Makefile: add libFuzzer to phony
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 2 | 1 | 1 |
diff --git 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