cantedraw.lisp -> main.lisp

This commit is contained in:
2025-02-14 15:12:10 +00:00
parent b335a12b78
commit 4c27e7d5c1
3 changed files with 6 additions and 6 deletions

View File

@@ -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))