aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--neovim.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/neovim.rb b/neovim.rb
index f8c7c1b087..45e8b4018a 100644
--- a/neovim.rb
+++ b/neovim.rb
@@ -11,5 +11,6 @@ class Neovim < Formula
def install
system "make", "PREFIX=#{prefix}", "cmake"
+ system "make", "PREFIX=#{prefix}"
end
end