Skip to content

Commit

Permalink
Change compile instruction to allow unbundled asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmarco committed Apr 8, 2021
1 parent 8ec9620 commit 7fc399c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
(asdf:disable-output-translations)
(push #P"./" asdf:*central-registry*)
(require :kenzo)
(asdf:make-build :kenzo :type :fasl :monolithic t :move-here #P".")
(asdf:operate 'asdf:monolithic-compile-bundle-op :kenzo)
(quit)

0 comments on commit 7fc399c

Please sign in to comment.