Skip to content

WIP: Clean up hello-world-example.asd

This addresses three issues.

  1. The line ;; :build-operation program-op ; this would cause the executable output in same directory :-/ is wrong. build-operation program-op will obey the output translation by default.

  2. The epilogue-code is superfluous.

  3. The fact that :use-mkcl-shared-libraries nil is used on unix is confusing and deserves a comment.

Merge request reports