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

5 lines
185 B
Common Lisp

(defconstant +standalone-exe+ (compile-file-pathname "standalone" :type :program))
(compile-file "hello-ecl.cl" :system-p t)
(c:build-program "hello-ecl" :lisp-files '("hello-ecl.o"))