summaryrefslogtreecommitdiff
path: root/.depend.mk
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2021-01-19 16:46:00 +0000
committerAndrey Orst <andreyorst@gmail.com>2021-01-19 16:46:00 +0000
commit92812d03922fd4c3ba85364b59e63236e7cfcd8a (patch)
tree6504ecb114419b0dd3055e509abd8b602586f614 /.depend.mk
parenta2b08f721c28b3b56a802031bc35df6a68b219d8 (diff)
parent270beed0505ef47159d94fb162ff4840958f3ce5 (diff)
fix: Fennel 0.8.0 enhancements
Changelog: - fixed bug in try - reworked pretty printing for sets - handle cycles in sets - use new fennel.view format - reorganized library to make requiring it easier
Diffstat (limited to '.depend.mk')
-rw-r--r--.depend.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/.depend.mk b/.depend.mk
index 1c09089..a93e35b 100644
--- a/.depend.mk
+++ b/.depend.mk
@@ -1,4 +1,4 @@
-cljlib.lua: cljlib.fnl cljlib-macros.fnl
-tests/core.lua: tests/core.fnl cljlib-macros.fnl tests/test.fnl cljlib.fnl
-tests/macros.lua: tests/macros.fnl cljlib-macros.fnl tests/test.fnl
-tests/fn.lua: tests/fn.fnl cljlib-macros.fnl tests/test.fnl
+init.lua: init.fnl macros.fnl
+tests/core.lua: tests/core.fnl macros.fnl tests/test.fnl init.fnl
+tests/macros.lua: tests/macros.fnl macros.fnl tests/test.fnl
+tests/fn.lua: tests/fn.fnl macros.fnl tests/test.fnl