diff options
author | Colin Okay <okay@toyful.space> | 2022-02-28 10:48:19 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-28 10:48:19 -0600 |
commit | 1c3e5923390a381e07acd6a725c04419a443e085 (patch) | |
tree | 12ca64223e6828982968a11680eafbaff2b6ce02 | |
parent | c8a606d147bb4ad13546e3c424c90c7d479ce147 (diff) |
build script
-rw-r--r-- | build.lisp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build.lisp b/build.lisp new file mode 100644 index 0000000..c2b5994 --- /dev/null +++ b/build.lisp @@ -0,0 +1,5 @@ +(asdf:load-system "oneliners.api") + +(sb-ext:save-lisp-and-die "olwiki-server" + :toplevel 'oneliners.api::run + :executable t) |