Implement threading macros and make package lib.macros to hold them.

This commit is contained in:
2025-02-09 12:21:31 +00:00
parent 19b68fa49c
commit c069917170
3 changed files with 71 additions and 2 deletions

View File

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