chiark / gitweb /
Makefile, zone.asd: Use ASDF and `runlisp' for building images.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 17 Jun 2024 16:32:56 +0000 (17:32 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 17 Jun 2024 16:40:33 +0000 (17:40 +0100)
commit82b647f00acaa4a0a3067a9ef322b959e1165fce
treef784b7a5883939ceed99f03e9678fab3cfe2aec4
parent88dc0b1c096ab8f8103ecd69de780b96e1de277d
Makefile, zone.asd: Use ASDF and `runlisp' for building images.

ASDF will make standalone images rather than the weird shell-script-
assisted things that `cl-launch' produces.

This is a little tricky because ASDF output translations can't match
just a filename with no type.  As a bodge, produce the image with a
`.img' extension and rename in the makefile.
Makefile
zone.asd