summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50faa86..292dfed 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ DEBVER := $(shell cut -d'.' -f1 < /etc/debian_version)
4 4
5clean: 5clean:
6 rm -rf php-malware-finder/debian 6 rm -rf php-malware-finder/debian
7 rm *.build *.changes *.deb 7 rm -f *.build *.changes *.deb
8 8
9extract: 9extract:
10 cp -r debian php-malware-finder 10 cp -r debian php-malware-finder