mirror of https://github.com/google/oss-fuzz.git
[ndpi] excludes builds artifacts from ndpi project (#4077)
This commit is contained in:
parent
d561c49ae5
commit
ecc80ba613
|
@ -28,4 +28,4 @@ cd ndpi
|
|||
sh autogen.sh
|
||||
./configure --enable-fuzztargets
|
||||
make
|
||||
ls fuzz/fuzz* | grep -v "\." | while read i; do cp $i $OUT/; done
|
||||
ls fuzz/fuzz* | grep -v "\." | grep -v "with_main" | while read i; do cp $i $OUT/; done
|
||||
|
|
Loading…
Reference in New Issue