summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Blot2016-01-28 11:10:58 +0100
committerSebastien Blot2016-01-28 11:10:58 +0100
commit09a5186c63970d14e71bd2c8383ba75ad1361803 (patch)
tree26f198ccbb083413593fa5ad60073a9c645e1899 /Makefile
parent7a6d2195c8cfda2559a6e7a1234175eb909ae489 (diff)
ignore errors in clean rule
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