mirror of
https://gitlab.com/eql/lqml.git
synced 2026-03-09 08:12:01 -07: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")))
|
|
|