mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
8 lines
194 B
Common Lisp
8 lines
194 B
Common Lisp
(defsystem :app
|
|
:serial t
|
|
:depends-on ()
|
|
:components ((:file "lisp/package")
|
|
(:file "lisp/ui-vars")
|
|
(:file "lisp/maze")
|
|
(:file "lisp/main")))
|
|
|