cl-hello-world/build-exe-mkcl.cl

8 lines
162 B
Common Lisp

(c::build-program +standalone-exe+
:lisp-files
(list (compile-file-pathname "hello.cl" :type :object))
:ld-flags
:epilogue-code
'(si::quit))