Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit c01bb9b

Browse files
authored
Update Makefile
Add .PHONY to both cs run commands
1 parent 6ab7966 commit c01bb9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ install-cs:
88
composer global require "wimg/php-compatibility=*"
99
phpcs --config-set installed_paths ~/.composer/vendor/wimg/php-compatibility
1010

11-
.PHONY: run-cs
11+
.PHONY: run-cs-53
1212
run-cs-53:
1313
phpcs -p . --standard=PHPCompatibility --warning-severity=0 --runtime-set testVersion 5.3
1414

15+
.PHONY: run-cs-70
1516
run-cs-70:
16-
phpcs -p . --standard=PHPCompatibility --warning-severity=0 --runtime-set testVersion 7.0-
17+
phpcs -p . --standard=PHPCompatibility --warning-severity=0 --runtime-set testVersion 7.0-

0 commit comments

Comments
 (0)