Skip to content

Commit 8c3b704

Browse files
committed
Use no-print-directory for a parent dir Makefile
this way a message about directory change is being surpressed.
1 parent 00fa822 commit 8c3b704

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
ifndef VERBOSE
2+
MAKEFLAGS += --no-print-directory
3+
endif
4+
15
check: venv
26
cd deadcode && make check
37

0 commit comments

Comments
 (0)