mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
add missing example file
This commit is contained in:
parent
fd0207e381
commit
62d7315790
1 changed files with 7 additions and 0 deletions
7
examples/planets/app.asd
Normal file
7
examples/planets/app.asd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(defsystem :app
|
||||
:serial t
|
||||
:depends-on ()
|
||||
:components ((:file "lisp/package")
|
||||
(:file "lisp/utils")
|
||||
(:file "lisp/main")))
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue