mirror of
https://github.com/janet-lang/janet
synced 2025-10-22 03:07:41 +00:00
Update cook tool and headers.
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
(def out (file/open dest :w))
|
||||
(def chunks (seq [b :in (file/read f :all)] (string b)))
|
||||
(file/write out
|
||||
"#include <janet/janet.h>\n"
|
||||
"#include <janet.h>\n"
|
||||
"static const unsigned char bytes[] = {"
|
||||
;(interpose ", " chunks)
|
||||
"};\n\n"
|
||||
|
Reference in New Issue
Block a user