Update Makefile
This commit is contained in:
parent
5841165597
commit
0bdae58920
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -12,6 +12,10 @@ build:
|
|||
./Makefile.dryice.js demo
|
||||
./Makefile.dryice.js bm
|
||||
|
||||
.PHONY : doc
|
||||
doc:
|
||||
cd doc; node build.js
|
||||
|
||||
clean:
|
||||
rm -rf build
|
||||
rm -rf ace-*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue