lqml/examples/9999/app.asd
2022-02-11 13:05:59 +01:00

6 lines
121 B
Common Lisp

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