summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2019-06-30 20:05:15 (GMT)
committerGitHub <noreply@github.com>2019-06-30 20:05:15 (GMT)
commit9dc5981368ebecbe8025eca26a897ea020589541 (patch)
tree0360f2e2c66bd607b55a4e15b3d2ded0a1bc87d1 /Makefile
parent40bd6164bb7b077aa37d8617e8dcf3664fb7c57a (diff)
parentf3ec519f594ca78ba22001f416db84ea2da41fa1 (diff)
downloadlz4-9dc5981368ebecbe8025eca26a897ea020589541.zip
lz4-9dc5981368ebecbe8025eca26a897ea020589541.tar.gz
lz4-9dc5981368ebecbe8025eca26a897ea020589541.tar.bz2
Merge pull request #739 from cmeister2/cmeister2/ossfuzz
oss-fuzz: Add a fuzzing target that compiles in the oss-fuzz environment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e24cec5..f25f951 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ LZ4DIR = lib
PRGDIR = programs
TESTDIR = tests
EXDIR = examples
+FUZZDIR = ossfuzz
include Makefile.inc
@@ -76,6 +77,7 @@ clean:
@$(MAKE) -C $(PRGDIR) $@ > $(VOID)
@$(MAKE) -C $(TESTDIR) $@ > $(VOID)
@$(MAKE) -C $(EXDIR) $@ > $(VOID)
+ @$(MAKE) -C $(FUZZDIR) $@ > $(VOID)
@$(MAKE) -C contrib/gen_manual $@ > $(VOID)
@$(RM) lz4$(EXT)
@echo Cleaning completed