Closed ggerules closed 6 years ago
Nice example! Very concise.
In main.lisp Was (defpackage :main (:use cl))
Should be... (defpackage :main (:use cl) (:export main))
Now the script/makefile will build a executable. My environment, Ubuntu 16.04 sbcl version 1.4.5
Thank you. I appreciate it.
I'll patch this in shortly.
Should be good, thanks for the patch.
Nice example!
Very concise.
In main.lisp Was (defpackage :main (:use cl))
Should be... (defpackage :main (:use cl) (:export main))
Now the script/makefile will build a executable.
My environment, Ubuntu 16.04 sbcl version 1.4.5