summaryrefslogtreecommitdiff
path: root/run.lisp
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2022-01-29 08:11:31 -0600
committerColin Okay <cbeok@protonmail.com>2022-01-29 08:11:31 -0600
commitf6abe28d62f8e84ab8b302980be889b32fa58d3d (patch)
tree515c61ab4208eb7c8cbd5a59af8bb82363b8029e /run.lisp
parenta439cb27a908d1013de67f180200ba27083c903a (diff)
update to use clpm
Diffstat (limited to 'run.lisp')
-rw-r--r--run.lisp10
1 files changed, 0 insertions, 10 deletions
diff --git a/run.lisp b/run.lisp
index 8eeb603..f83351b 100644
--- a/run.lisp
+++ b/run.lisp
@@ -11,16 +11,6 @@
(format t " TARGET-DIR a directory where the tilesheet is to be built.~%")
(format t " SHEET-TITLE a name used for this sheet and its meta info~%~%"))
-#+ecl
-(defun main ()
- (print (ext:command-args)))
- ;; (unless (= 4 (length (ext:command-args)))
- ;; (print-help)
- ;; (ext:quit))
- ;; (destructuring-bind (src target title) (cdr (ext:command-args))
- ;; (imbricate:imbricate-and-save src target title)
- ;; (ext:quit)))
-
#+sbcl
(defun main ()
(unless (= 4 (length sb-ext:*posix-argv*))