From c069917170b89dabd22cee6685f17e6d27eb5e61 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 9 Feb 2025 12:21:31 +0000 Subject: Implement threading macros and make package lib.macros to hold them. --- odraw.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'odraw.asd') diff --git a/odraw.asd b/odraw.asd index 6d40c71..350d9c9 100644 --- a/odraw.asd +++ b/odraw.asd @@ -1,6 +1,7 @@ (asdf:defsystem :odraw :depends-on (:deploy) :components ((:file "packages") + (:file "lib.macros") (:file "main")) :build-operation "deploy-op" :build-pathname "odraw" -- cgit v1.2.3-13-gbd6f