sutratman/Makefile

13 lines
135 B
Makefile
Raw Normal View History

2016-08-19 22:01:31 -07:00
.PHONY: doc check
all: doc check test
test:
lua ./unittest/run.lua
doc:
2016-08-20 18:56:58 -07:00
ldoc -f markdown -a mods/stm/
2016-08-19 22:01:31 -07:00
check:
2016-08-20 18:56:58 -07:00
luacheck mods/stm/