Skip to content

Commit 74cd71a

Browse files
committed
don't print directory for 'make bonus'
1 parent 909f2a1 commit 74cd71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ re_all: fclean_all all
299299

300300
# Bonus rules
301301
bonus:
302-
@$(MAKE) BONUS=1
302+
@$(MAKE) --no-print-directory BONUS=1
303303

304304
re_bonus: fclean bonus
305305

0 commit comments

Comments
 (0)