mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-05 18:20:33 -08:00
7 lines
169 B
Common Lisp
7 lines
169 B
Common Lisp
(defsystem :app
|
|
:serial t
|
|
:depends-on (lqml-debug)
|
|
:components ((:file "lisp/package")
|
|
(:file "lisp/ui-vars")
|
|
(:file "lisp/main")))
|
|
|