diff options
author | Colin Okay <okay@toyful.space> | 2022-03-11 09:22:58 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-11 09:22:58 -0600 |
commit | 8f9b59690660f85aeae675989fe9fe6b1b830445 (patch) | |
tree | f05b323c50385de88a4762a9c1ee370ae6cf100f /build-app.lisp | |
parent | e73fed7afb45d37a248f7b95d4a51bb4807a14a2 (diff) |
separated app from lib systems; added with-client-state
Diffstat (limited to 'build-app.lisp')
-rw-r--r-- | build-app.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-app.lisp b/build-app.lisp index 2adc30f..2a6abab 100644 --- a/build-app.lisp +++ b/build-app.lisp @@ -17,7 +17,7 @@ ;; along with this program. If not, see <http://www.gnu.org/licenses/>. -(asdf:load-system "oneliners.cli") +(asdf:load-system "oneliners.cli/app") (in-package :oneliners.cli.app) ;;; DUMP EXECUTABLE (dump "ol" main) ; from clon |