diff options
Diffstat (limited to 'cantedraw.asd')
-rw-r--r-- | cantedraw.asd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cantedraw.asd b/cantedraw.asd index ede4524..653afb4 100644 --- a/cantedraw.asd +++ b/cantedraw.asd @@ -2,6 +2,7 @@ :components ((:file "packages") (:file "lib.macros") (:file "lib.functions") + (:file "model") (:file "main")) :build-operation "program-op" :build-pathname "bin/cantedraw" |