From b14a4d56802dc585201c2e3dcb879eec84efe3ce Mon Sep 17 00:00:00 2001 From: Brian O'Reilly Date: Mon, 8 Sep 2025 11:07:02 -0400 Subject: [PATCH] tiny cleanup. --- asteroid.asd | 1 - module.lisp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/asteroid.asd b/asteroid.asd index 3159d07..c3b2630 100644 --- a/asteroid.asd +++ b/asteroid.asd @@ -13,7 +13,6 @@ :r-clip :spinneret :cl-json - ;; :com.inuoe.jzon :dexador :lass) :pathname "./" diff --git a/module.lisp b/module.lisp index 45c538e..a965b55 100644 --- a/module.lisp +++ b/module.lisp @@ -1,4 +1,5 @@ (in-package #:rad-user) + (define-module #:asteroid (:use #:cl #:radiance #:asteroid.app-utils) (:export #:-main))