diff --git a/abcl/custom.lisp b/abcl/custom.lisp new file mode 100644 index 0000000..12faa28 --- /dev/null +++ b/abcl/custom.lisp @@ -0,0 +1,4 @@ +; the existence of this file makes +; (asdf:operate 'asdf:monolithic-compile-bundle-op "cl-store") +; work in abcl +(in-package :cl-store)