Skip to content

Commit b7215cb

Browse files
hide git command in makefile
1 parent 8268b2f commit b7215cb

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
@@ -8,7 +8,7 @@ test:
88
@bash -n minify.sh
99

1010
submodule:
11-
git submodule update --init
11+
@git submodule update --init
1212

1313
yuicompressor.jar: yuicompressor-$(YUICOMPERSSOR_VERSION).jar
1414
@ln -f -s yuicompressor-$(YUICOMPERSSOR_VERSION).jar yuicompressor.jar

0 commit comments

Comments
 (0)