Initial commit
This commit is contained in:
commit
ca93f7224c
52 changed files with 7770 additions and 0 deletions
15
luaharfbuzz/Makefile
Normal file
15
luaharfbuzz/Makefile
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue