aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-03-09 20:55:10 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-03-11 12:45:15 +0100
commit968c7ab17eedd7f3c53f3860ff6fbcaddca417e0 (patch)
tree10c26cbe2290c3215a4fc20fb3e4fb0ab9f492ae /Makefile
parentffad8d4c51aed30eca90065cf0c92e404759e5ac (diff)
downloadrneovim-968c7ab17eedd7f3c53f3860ff6fbcaddca417e0.tar.gz
rneovim-968c7ab17eedd7f3c53f3860ff6fbcaddca417e0.tar.bz2
rneovim-968c7ab17eedd7f3c53f3860ff6fbcaddca417e0.zip
ci/travis: use ninja instead of make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4a880d270a..0681eff7fa 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,6 @@ CMAKE_PRG ?= $(shell (command -v cmake3 || echo cmake))
CMAKE_BUILD_TYPE ?= Debug
CMAKE_FLAGS := -DCMAKE_BUILD_TYPE=$(CMAKE_BUILD_TYPE)
-DOC_DOWNLOAD_URL_BASE := https://raw.githubusercontent.com/neovim/doc/gh-pages
-CLINT_ERRORS_FILE_PATH := /reports/clint/errors.json
BUILD_TYPE ?= $(shell (type ninja > /dev/null 2>&1 && echo "Ninja") || \
echo "Unix Makefiles")