From 3c0cc028b7e787e3e87f21976d8b6333bf488219 Mon Sep 17 00:00:00 2001 From: AdnoC Date: Mon, 1 May 2017 20:35:04 -0400 Subject: dist: AppImage #6638 scripts/genappimage.sh produces an executable: nvim-${NVIM_VERSION}-glibc${GLIBC_VERSION}-${ARCHITECTURE}.AppImage Closes #6083 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit