lqml/examples/app-template/app.asd

6 lines
121 B
Common Lisp

(defsystem :app
:serial t
:depends-on ()
:components ((:file "lisp/package")
(:file "lisp/main")))