OSDN Git Service

support for an init.lisp file for initial setup
[rulp/rulp.git] / system.asd
index 101146a..608d8db 100644 (file)
@@ -12,7 +12,7 @@
 ;;;; GNU General Public License for more details.
 ;;;;
 ;;;; You should have received a copy of the GNU General Public License
-;;;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
+;;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
 
 (asdf:defsystem "rulp"
   :description "Ru*** roLeplay Playground: a digital table for roleplay games"
@@ -47,5 +47,6 @@
 ;                :components ((:file "package")
 ;                             (:file "skeleton")))
                (:file "package" :depends-on ("graphics"))
+               (:file "script" :depends-on ("graphics"))
                (:file "data" :depends-on ("package" "parameters"))
                (:file "core" :depends-on ("package" "parameters"))))