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
|
||||
MINIFIER = minifier
|
||||
CURL = curl -s
|
||||
DU = du --block-size=1K --human-readable
|
||||
DU = du --bytes --human-readable
|
||||
TAIL = tail
|
||||
GREP = grep
|
||||
AWK = awk
|
||||
|
|
Reference in a new issue