diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-03-03 23:00:33 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-03-03 23:04:27 +0100 |
| commit | 274aa963ddd3e29cd847aea8b7934351c56ed682 (patch) | |
| tree | 53a48f73d3c3b58a6f624e5a3fb3f9d171c5a3a1 /Makefile | |
| parent | 7f4fa4bf95b481eb09432f74a27d5f4a478142cf (diff) | |
| download | vis-274aa963ddd3e29cd847aea8b7934351c56ed682.tar.gz vis-274aa963ddd3e29cd847aea8b7934351c56ed682.tar.xz | |
build: add luacheck make target
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -101,6 +101,9 @@ luadoc: luadoc-all: @cd lua/doc && ldoc -a . && sed -e "s/RELEASE/${VERSION}/" -i index.html +luacheck: + @luacheck --config .luacheckrc lua test/lua | less -R + install: $(ELF) @echo stripping executable @for e in $(ELF); do \ @@ -137,4 +140,4 @@ uninstall: @echo removing support files from ${DESTDIR}${SHAREPREFIX}/vis @rm -rf ${DESTDIR}${SHAREPREFIX}/vis -.PHONY: all clean dist install uninstall debug profile coverage test test-update luadoc luadoc-all man +.PHONY: all clean dist install uninstall debug profile coverage test test-update luadoc luadoc-all luacheck man |
