Skip to content

Commit 7640d64

Browse files
committed
Makefile: change target 'size'
1 parent ad867de commit 7640d64

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
@@ -4,7 +4,7 @@ min:
44
cat lib/string.js | uglifyjs > lib/string.min.js
55

66
size:
7-
cat lib/string.js | uglifyjs | gzip | wc -c
7+
cat lib/string.min.js | gzip | wc -c
88

99
clean:
1010
rm -f lib/string.min.js

0 commit comments

Comments
 (0)