Update asdf_with_dependence example readme

This commit is contained in:
Nick Faro 2023-07-09 18:04:35 +00:00 committed by Daniel Kochmański
parent f400d2ae5e
commit cd0d59e028

View file

@ -31,6 +31,8 @@ already recognized by ASDF).
Use this in REPL to make an executable:
#+BEGIN_SRC common-lisp
(asdf:load-asd "example-with-dep.asd")
(asdf:load-system :example-with-dep)
(asdf:make-build :example-with-dep
:type :program
:move-here #P"./"
@ -208,4 +210,3 @@ build all dependent libraries separately as static libraries.
[fn:1] You may also link ECL runtime statically. That is not covered
in this walkthrough.