diff options
author | Colin Okay <okay@toyful.space> | 2022-02-21 15:54:54 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-21 15:54:54 -0600 |
commit | 2dd1e60e52cb7871467b1aade5c74c6bdd21b3aa (patch) | |
tree | 59988020f5e683ee07a19f92279f6e25c3a47b52 /build.lisp | |
parent | d7b1a2774dc1b8ab3c166c8dc0332110d653ebe9 (diff) |
added flagging and locking commands
Diffstat (limited to 'build.lisp')
-rw-r--r-- | build.lisp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build.lisp b/build.lisp deleted file mode 100644 index f8e4227..0000000 --- a/build.lisp +++ /dev/null @@ -1,3 +0,0 @@ - -(asdf:load-system "oneliners.cli") -(sb-ext:save-lisp-and-die "ol" :toplevel 'oneliners.cli::main :executable t) |