From 910bfcf768c2305a6885b0d1f491561d09ebd9ca Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sun, 8 Nov 2020 21:13:47 +0300 Subject: feature(macros): add metadata macros, doc, and some tests --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0d69d4e..e044f01 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ all: $(LUASOURCES) ${LUASOURCES}: $(FNLSOURCES) %.lua: %.fnl - fennel --lua $(LUA) --metadata --compile $< > $@ + fennel --lua $(LUA) --compile $< > $@ clean: rm -f *.lua @@ -39,13 +39,12 @@ luacov-console: | luacov luacov-stats: test/core.lua test/macros.lua test/fn.lua @$(foreach test, $?, $(LUA) -lluarocks.loader -lluacov $(test);) - help: @echo "make -- run tests and create lua library" >&2 @echo "make test -- run tests" >&2 @echo "make clean -- remove lua files" >&2 @echo "make luacov -- build coverage report (requires working tests)" >&2 - @echo "make luacov-console -- build coverage report (requires working tests)" >&2 + @echo "make luacov-console -- build coverage report for luacov-console (requires working tests)" >&2 @echo "make help -- print this message and exit" >&2 -include .depend.mk -- cgit v1.2.3