diff options
| author | Sebastien Blot | 2016-01-28 11:10:58 +0100 |
|---|---|---|
| committer | Sebastien Blot | 2016-01-28 11:10:58 +0100 |
| commit | 09a5186c63970d14e71bd2c8383ba75ad1361803 (patch) | |
| tree | 26f198ccbb083413593fa5ad60073a9c645e1899 | |
| parent | 7a6d2195c8cfda2559a6e7a1234175eb909ae489 (diff) | |
ignore errors in clean rule
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -4,7 +4,7 @@ DEBVER := $(shell cut -d'.' -f1 < /etc/debian_version) | |||
| 4 | 4 | ||
| 5 | clean: | 5 | clean: |
| 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 | ||
| 9 | extract: | 9 | extract: |
| 10 | cp -r debian php-malware-finder | 10 | cp -r debian php-malware-finder |
