summaryrefslogtreecommitdiff
path: root/.depend.mk
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-10-30 19:08:12 +0000
committerAndrey Orst <andreyorst@gmail.com>2020-10-30 19:08:12 +0000
commitc5f4b56b7f6640e23fa9384376a15c7b5ba74097 (patch)
tree1efd5f2fe6f8c0d8187c84a144a140de2eddea2d /.depend.mk
parent7f006094a4a82cc267e687d040c15b59b149415c (diff)
parentf0711feb917487bba4310f6419116693966b6e79 (diff)
Merge branch 'make-improvements' into 'master'
feature: rebuild project when macros files change See merge request andreyorst/fennel-cljlib!2
Diffstat (limited to '.depend.mk')
-rw-r--r--.depend.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/.depend.mk b/.depend.mk
new file mode 100644
index 0000000..72048aa
--- /dev/null
+++ b/.depend.mk
@@ -0,0 +1,3 @@
+core.lua: core.fnl macros/core.fnl macros/fn.fnl
+core_test.lua: core_test.fnl macros/core.fnl macros/fn.fnl
+macros_test.lua: macros_test.fnl macros/core.fnl macros/fn.fnl