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