summaryrefslogtreecommitdiff
path: root/.depend.mk
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2021-04-24 15:32:55 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2021-04-24 15:35:15 +0300
commita8948ed1964033a437933db8c687d8c8e26bde44 (patch)
treeff8b31a2155b5360bc94aea44c8bf99394e76efa /.depend.mk
parent54294f7c864b9597c3775793015f600b1022594f (diff)
fix: move test library to separate project
Diffstat (limited to '.depend.mk')
-rw-r--r--.depend.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/.depend.mk b/.depend.mk
index a93e35b..cce5b25 100644
--- a/.depend.mk
+++ b/.depend.mk
@@ -1,4 +1,4 @@
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
+tests/core.lua: tests/core.fnl macros.fnl init.fnl
+tests/macros.lua: tests/macros.fnl macros.fnl
+tests/fn.lua: tests/fn.fnl macros.fnl