From c72f3ff9c50cc46c7e2556783a5e6fe82a5abb81 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 27 Jun 2022 17:11:19 -0500 Subject: [add] forgot the asd file :facepalm: --- hyperquirks.asd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hyperquirks.asd diff --git a/hyperquirks.asd b/hyperquirks.asd new file mode 100644 index 0000000..7836f5a --- /dev/null +++ b/hyperquirks.asd @@ -0,0 +1,10 @@ +;;;; hyperquirks.asd + +(asdf:defsystem #:hyperquirks + :description "Utilities" + :author "colin " + :license "GPL-3" + :version "0.0.1" + :serial t + :components ((:file "package") + (:file "hyperquirks"))) -- cgit v1.2.3