diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2023-08-28 23:56:23 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2023-08-28 23:56:23 +0300 |
| commit | ece7f872860d286536cb1a5d4f9d5b7da6dc88be (patch) | |
| tree | a7f6686394c3f510f5cfabb68ff88881894f7274 /utils/build | |
| parent | ae389b9480d46091bfd9b6843aebdc48aa577c16 (diff) | |
update docs, fix doctests, include macros in the docs
Diffstat (limited to 'utils/build')
| -rw-r--r-- | utils/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/build b/utils/build index 4c3c3db..b1fa0eb 100644 --- a/utils/build +++ b/utils/build @@ -1,3 +1,5 @@ +;; -*- mode: fennel; -*- vi:ft=fennel + (fn spit-lib [path to] (with-open [lib (io.open path)] (each [line (lib:lines)] |