Skip to content

Commit 1e85199

Browse files
committed
make silent
1 parent 917f72e commit 1e85199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ all: dirs libs startups tests
109109
libs: $(LIBS) $(LIBSIIO)
110110

111111
dirs::
112-
mkdir -p $(LIBDIRS) $(OBJDIRS)
112+
$(Q)mkdir -p $(LIBDIRS) $(OBJDIRS)
113113

114114

115115
startups: $(STARTUPS)

0 commit comments

Comments
 (0)