diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-06-23 19:54:03 +0000 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-06-23 19:54:03 +0000 |
| commit | e1bafba9201e818d7aa3a51d8dd30654c55c7ff3 (patch) | |
| tree | dacf3c29ce3849835e5d4c7f934a7f42a6a0e7c2 /Makefile | |
| parent | 89229826da0c2b8e019f2f078c2e8de7471e1d7e (diff) | |
| parent | f49835c11b16b0d8cf136f076c31cbc28f1f4931 (diff) | |
Merge branch 'new-library-loading-system' into 'master'
refactor library to use new init-macros.fnl feature
See merge request andreyorst/fennel-cljlib!11
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ LUA ?= lua FENNEL ?= fennel VERSION ?= $(shell git describe --abbrev=0) FNLSOURCES = init.fnl -FNLMACROS = macros.fnl +FNLMACROS = init-macros.fnl FNLTESTS = $(wildcard tests/*.fnl) LUATESTS = $(FNLTESTS:.fnl=.lua) FNLDOCS = $(FNLMACROS) $(FNLSOURCES) |