diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -15,7 +15,7 @@ set_distribution: | |||
| 15 | 15 | ||
| 16 | check_distribution: | 16 | check_distribution: |
| 17 | ifeq ($(DEBVER),6) | 17 | ifeq ($(DEBVER),6) |
| 18 | sed -e 's/^import.*//g' -e 's/^include.*//g' -e 's/and\ not\ IsWhitelisted//g' -i php-malware-finder/malwares.yara | 18 | sed -e '/too_many_chr/d' -e '/b64_concat/d' -e 's/^import.*//g' -e 's/^include.*//g' -e 's/and\ not\ IsWhitelisted//g' -i php-malware-finder/malwares.yara |
| 19 | endif | 19 | endif |
| 20 | 20 | ||
| 21 | package: clean extract set_distribution check_distribution | 21 | package: clean extract set_distribution check_distribution |
