[ndpi] excludes builds artifacts from ndpi project (#4077)

This commit is contained in:
Catena cyber 2020-07-06 22:35:00 +02:00 committed by GitHub
parent d561c49ae5
commit ecc80ba613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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