diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2022-08-21 21:25:30 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2022-08-21 21:25:30 +0300 |
| commit | 3f738c3368ddaadbaa4372443cece90651d1ccd2 (patch) | |
| tree | 4ebcceeecdd01e8375b7b7f0a7172b2fe2620f09 /Makefile | |
| parent | 9bbe5ddf93c7c8b17a73318bc89dd1330f4f3f59 (diff) | |
update docs, readme and cnagelog for v1.0.0 release
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ LUASOURCES = $(FNLSOURCES:.fnl=.lua) LUAEXECUTABLES ?= lua luajit FENNELDOC := $(shell command -v fenneldoc) LUACOV_COBERTURA := $(shell command -v luacov-cobertura) -COMPILEFLAGS = --metadata +COMPILEFLAGS += --metadata .PHONY: build clean distclean test luacov luacov-console doc help $(LUAEXECUTABLES) |