Skip to content

Commit 08abc77

Browse files
committed
Prevent make from printing out directory names so the output does not impact make commands executed from make
1 parent d9b0581 commit 08abc77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
MAKEFLAGS += --no-print-directory
12
PHP_VERSIONS := 8.2 8.3 8.4
23
PHP_VERSION ?= $(lastword $(sort $(PHP_VERSIONS)))
34
COMPOSER_AUTHDIR ?= $(shell composer config --global home)

0 commit comments

Comments
 (0)