add js_newthread.ml; make newthread_page beautiful
This commit is contained in:
parent
3b8e1c26d6
commit
8facf4636c
4 changed files with 144 additions and 4 deletions
|
|
@ -16,6 +16,15 @@
|
|||
%{target}
|
||||
(cat ../../../js_babillard.bc.js))))
|
||||
|
||||
(rule
|
||||
(target js_newthread.js)
|
||||
(deps
|
||||
(file ../../../js_newthread.bc.js))
|
||||
(action
|
||||
(with-stdout-to
|
||||
%{target}
|
||||
(cat ../../../js_newthread.bc.js))))
|
||||
|
||||
(rule
|
||||
(target js_thread.js)
|
||||
(deps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue