diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ VERSION=1.0 | |||
| 2 | DEBVER := $(shell cut -d'.' -f1 < /etc/debian_version) | 2 | DEBVER := $(shell cut -d'.' -f1 < /etc/debian_version) |
| 3 | 3 | ||
| 4 | tests: | 4 | tests: |
| 5 | @cd ./php-malware-finder && ./tests.sh | 5 | @cd ./php-malware-finder && bash ./tests.sh |
| 6 | 6 | ||
| 7 | clean: | 7 | clean: |
| 8 | rm -rf php-malware-finder/debian | 8 | rm -rf php-malware-finder/debian |
