From ba35d4f883b622b68b8ab365de392ebfde84f05e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 25 Aug 2019 09:44:47 +0200 Subject: [PATCH] Enhancement: Add build target which runs fix and test targets to Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 93b38944..a7fb5766 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ -.PHONY: fix sniff test +.PHONY: build fix sniff test + +build: fix test fix: vendor/autoload.php vendor/bin/phpcbf --standard=PSR2 src