1
0
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:
Calvin Rose
2019-05-09 17:37:46 -04:00
parent c7dc3611bc
commit 52ab9fb475
3 changed files with 4 additions and 2 deletions

View File

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