From f49835c11b16b0d8cf136f076c31cbc28f1f4931 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Wed, 23 Jun 2021 18:46:22 +0300 Subject: refactor library to use new init-macros.fnl feature Old way of requiring the library: (local clj (require :fennel-cljlib) (import-macros cljm :fennel-cljlib.macros) New way: (local clj (require :fennel-cljlib) (import-macros cljm :fennel-cljlib) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 316aa16..6c36c40 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3