summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luaharfbuzz/Makefile
blob: 71d1fd2712e283407ec0cc82a80f63d5cf4ae420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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