diff options
Diffstat (limited to 'cantedraw.asd')
-rw-r--r-- | cantedraw.asd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cantedraw.asd b/cantedraw.asd index b86503f..37be1d5 100644 --- a/cantedraw.asd +++ b/cantedraw.asd @@ -2,10 +2,10 @@ :components ((:file "packages") (:file "lib.macros") (:file "lib.functions") - (:file "cantedraw")) + (:file "main")) :build-operation "program-op" :build-pathname "bin/cantedraw" - :entry-point "cantedraw:start") + :entry-point "main:start") #+sb-core-compression (defmethod asdf:perform ((o asdf:image-op) (c asdf:system)) |