10 lines
172 B
Makefile
10 lines
172 B
Makefile
all:
|
|
|
|
init:
|
|
(cd isso/js && ender build jeesh)
|
|
|
|
js:
|
|
cat isso/js/ender.js isso/js/isso.js > _.js
|
|
yuicompressor --type js --charset utf-8 _.js -o isso/js/embed.js
|
|
rm _.js
|