luametalatex-c/luaharfbuzz/Makefile

16 lines
155 B
Makefile
Raw Normal View History

2021-12-28 10:18:21 +01:00
DOCS_DIR := docs
spec:
busted .
clean:
rm -rf build *.so
lint:
luacheck src spec examples
doc:
ldoc -d ${DOCS_DIR} .
.PHONY: clean lint spec doc