From b2fc542557d08570faa0dd077d07277c626ddc1b Mon Sep 17 00:00:00 2001 From: xarkes Date: Thu, 21 Apr 2016 11:37:43 +0200 Subject: Renaming .yara files to .yar (#24) --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ddf79b7..b66e1db 100644 --- a/Makefile +++ b/Makefile @@ -10,16 +10,16 @@ clean: extract: cp -r debian php-malware-finder - git checkout php-malware-finder/common.yara - git checkout php-malware-finder/php.yara - git checkout php-malware-finder/asp.yara + git checkout php-malware-finder/common.yar + git checkout php-malware-finder/php.yar + git checkout php-malware-finder/asp.yar set_distribution: sed -e "s/##version/${DEBVER}/" -i php-malware-finder/debian/control php-malware-finder/debian/changelog check_distribution: ifeq ($(DEBVER),6) - 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/common.yara + 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/common.yar endif package: clean extract set_distribution check_distribution -- cgit v1.3