summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulien (jvoisin) Voisin2016-02-24 10:47:22 +0100
committerJulien (jvoisin) Voisin2016-03-23 17:36:50 +0100
commit7bc804b2d211726893404c86f1a32f17be4edf87 (patch)
tree3f1f262b67ab751cf93cb4ff46eb17e0f7c77720 /Makefile
parent620ec0de2e39a7b0db8cbae75e16de455a7229fc (diff)
Add a travis file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af87788..c57ef4d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION=1.0
2DEBVER := $(shell cut -d'.' -f1 < /etc/debian_version) 2DEBVER := $(shell cut -d'.' -f1 < /etc/debian_version)
3 3
4tests: 4tests:
5 @cd ./php-malware-finder && ./tests.sh 5 @cd ./php-malware-finder && bash ./tests.sh
6 6
7clean: 7clean:
8 rm -rf php-malware-finder/debian 8 rm -rf php-malware-finder/debian