diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-10-17 13:00:25 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-10-17 13:00:25 +0300 |
| commit | 524bd990d1539b6620ad26c81b28273f3c9d3ce4 (patch) | |
| tree | b6ba99a23d1ace9eaf85538e886aec27c1bba05c /Makefile | |
| parent | 3a089f30326dbe677f7169f217056326f5aef2f0 (diff) | |
fix: bump fennel-test to v0.0.3
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ FENNEL ?= fennel VERSION ?= $(shell git describe --abbrev=0) FNLSOURCES = init.fnl FNLMACROS = init-macros.fnl -FNLTESTS = $(wildcard tests/*.fnl) +FNLTESTS = $(wildcard tests/*.fnl) fennel-test/utils.fnl LUATESTS = $(FNLTESTS:.fnl=.lua) FNLDOCS = $(FNLMACROS) $(FNLSOURCES) LUASOURCES = $(FNLSOURCES:.fnl=.lua) |