diff options
author | Colin Okay <okay@toyful.space> | 2022-02-25 09:12:01 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-25 09:12:01 -0600 |
commit | 81d5910593a7cd3a4140bf49274e1e81cd988e4c (patch) | |
tree | bef0688c0234b9cd479ac46f1ff9fb1dfb12896b /oneliners.cli.asd | |
parent | 24fc1a419c2f868be3c9b134a5780bc472cdfc57 (diff) |
added lib support for aliases.
Diffstat (limited to 'oneliners.cli.asd')
-rw-r--r-- | oneliners.cli.asd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/oneliners.cli.asd b/oneliners.cli.asd index d71980c..7887011 100644 --- a/oneliners.cli.asd +++ b/oneliners.cli.asd @@ -15,7 +15,6 @@ :components ((:module "src" :components ((:file "lib")))) - :description "" - :in-order-to ((test-op (test-op "oneliners.cli/tests")))) + :description "") |