summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index caec1b1..af87788 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
1VERSION=1.0 1VERSION=1.0
2DEBVER := $(shell cut -d'.' -f1 < /etc/debian_version) 2DEBVER := $(shell cut -d'.' -f1 < /etc/debian_version)
3 3
4tests:
5 @cd ./php-malware-finder && ./tests.sh
4 6
5clean: 7clean:
6 rm -rf php-malware-finder/debian 8 rm -rf php-malware-finder/debian