lqml/examples/tilt-sensor/app.asd

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")))