From 4c27e7d5c1bf118d62da28e2be9a0983022190e3 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 14 Feb 2025 15:12:10 +0000 Subject: cantedraw.lisp -> main.lisp --- cantedraw.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cantedraw.asd') 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)) -- cgit v1.2.3-13-gbd6f