add jerbuild
ober
46656da24f36eb7013e239be4cb2a50e8a19bd33
new file mode 100644 --- /dev/null +++ b/.jerbuild @@ -0,0 +1,7 @@ +;; Build jasm with a standalone jerbuild binary. + +(entry "main.ss") +(output "jasm") +(requires "cc") +(notes "Pure Jerboa build. jerboa-native-rs and DuckDB are not required.") +(libdirs "lib")