aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Dymond <cmeister2@gmail.com>2019-06-25 17:22:02 +0100
committerMax Dymond <cmeister2@gmail.com>2019-06-28 08:30:02 +0100
commita5cf079d4dc9097c4e58f0eb7b0996b0a6d91696 (patch)
tree9c91b612a8bcbcfb0137518509d0fe3bcead50cc /Makefile
parent798301b4e144fab5d25fc34566c1419685f5f1eb (diff)
downloadlz4-a5cf079d4dc9097c4e58f0eb7b0996b0a6d91696.tar.gz
Add a fuzzing target that compiles in the oss-fuzz environment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e24cec5f..34835fdf 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ LZ4DIR = lib
PRGDIR = programs
TESTDIR = tests
EXDIR = examples
+FUZZDIR = ossfuzz
include Makefile.inc