Skip to content

Commit

Permalink
Update Makefile to Crell standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed Jan 3, 2022
1 parent d8ca01a commit 7a35b09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
compose_command = docker-compose run -u $(id -u ${USER}):$(id -g ${USER}) --rm php81

build:
build: docker-compose.yml
docker-compose build

shell: build
Expand All @@ -15,3 +15,5 @@ composer: build
test: build
$(compose_command) vendor/bin/phpunit

phpstan: build
$(compose_command) vendor/bin/phpstan

0 comments on commit 7a35b09

Please sign in to comment.