X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fclnl.asd;h=3e7dbe1369769acfa1954f18618d56d0502ac99c;hp=91fdf1eb4ec7cc063ea9f5b3c384c4b16cecfbbc;hb=d568495ec2db3cb76a084e93705842b71dcacb78;hpb=43bbc274299e58d2f4a6e0b05e5366ca5e2900ae diff --git a/src/main/clnl.asd b/src/main/clnl.asd index 91fdf1e..3e7dbe1 100644 --- a/src/main/clnl.asd +++ b/src/main/clnl.asd @@ -7,20 +7,9 @@ ; ; There's probably a better way, but I don't know it -(asdf:defsystem clnl.internal - :serial t - :components ((:file "package") - (:file "lex") - (:file "parse") - (:file "nvm") - (:file "transpile") - (:file "random") - (:file "interface") - (:file "main"))) - (asdf:defsystem clnl :name "Experiment" :version "0.0.1" :maintainer "Frank Duncan (frank@kank.com)" :author "Frank Duncan (frank@kank.com)" - :depends-on (:cl-ppcre :mt19937 :cl-opengl :cl-glut :clnl.internal)) + :depends-on (:cl-ppcre :mt19937 :cl-opengl :cl-glut :cl-charms :clnl.internal))