a
Size: a a a
a
SS
V(
a
a
VL
VL
(cffi:defcvar ("errno" *errno*) :int)
LL
src
├─ a
│ └─ t
├─ b
│ └─ t
└─ project.asd
Есть способы как-то в project.asd засунуть все файлы из всех t не записывая их явно? (макрос написать)SA
SA
SA
:components ((:file "package")
(:module "src"
:components
((:file "utils")
(:file "world-state")
(:file "entities")
(:file "interface")))
(:module "log")
(:module "clim-gui"
:components
((:file "prototype"))))
SA
SA
SA
LL
(:files
(:nested where-name "\t")))
SA
SA
LL
SD
SA