add js_newthread.ml; make newthread_page beautiful

This commit is contained in:
Swrup 2022-01-17 23:59:50 +01:00
parent 983a1ec4dd
commit 99c0736482
4 changed files with 144 additions and 4 deletions

View file

@ -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