aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdnoC <adam.r.cutler@gmail.com>2017-05-01 20:35:04 -0400
committerJustin M. Keyes <justinkz@gmail.com>2017-05-04 14:43:41 +0200
commit3c0cc028b7e787e3e87f21976d8b6333bf488219 (patch)
tree666c94c4aef4e6e1ca1121968f27eacdf6941916 /Makefile
parent2e3b78d10b54db9a0fe054292903e3925368c18d (diff)
downloadrneovim-3c0cc028b7e787e3e87f21976d8b6333bf488219.tar.gz
rneovim-3c0cc028b7e787e3e87f21976d8b6333bf488219.tar.bz2
rneovim-3c0cc028b7e787e3e87f21976d8b6333bf488219.zip
dist: AppImage #6638
scripts/genappimage.sh produces an executable: nvim-${NVIM_VERSION}-glibc${GLIBC_VERSION}-${ARCHITECTURE}.AppImage Closes #6083
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c057f5656..e69475a514 100644
--- a/Makefile
+++ b/Makefile
@@ -135,6 +135,9 @@ clint-full: build/.ran-cmake
check-single-includes: build/.ran-cmake
+$(BUILD_CMD) -C build check-single-includes
+appimage:
+ bash scripts/genappimage.sh
+
lint: check-single-includes clint testlint
-.PHONY: test testlint functionaltest unittest lint clint clean distclean nvim libnvim cmake deps install
+.PHONY: test testlint functionaltest unittest lint clint clean distclean nvim libnvim cmake deps install appimage