fix size
This commit is contained in:
parent
1ec21b64dc
commit
24e2d2674e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ CHMOD = chmod
|
||||||
CP = rsync -R
|
CP = rsync -R
|
||||||
MINIFIER = minifier
|
MINIFIER = minifier
|
||||||
CURL = curl -s
|
CURL = curl -s
|
||||||
DU = du --block-size=1K --human-readable
|
DU = du --bytes --human-readable
|
||||||
TAIL = tail
|
TAIL = tail
|
||||||
GREP = grep
|
GREP = grep
|
||||||
AWK = awk
|
AWK = awk
|
||||||
|
|
Reference in a new issue