Skip to content

Commit

Permalink
Makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrelan committed Feb 3, 2025
1 parent 45b1ca6 commit e4d6c39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ login:
switch:
$(GIT_SWITCH) $(BRANCH)

phpstan:
$(EXEC) ./bin/phpstan --configuration=app/core/phpstan.neon.dist --memory-limit=1G

phpstan-baseline:
$(EXEC) ./bin/phpstan --configuration=app/core/phpstan.neon.dist --generate-baseline=app/core/.phpstan-baseline.php --memory-limit=1G

9.3: php8.0
$(GIT_SWITCH) 9.3.x
make clean
Expand Down

0 comments on commit e4d6c39

Please sign in to comment.