Adding make step

This commit is contained in:
Cameron Eagans 2014-02-23 14:28:07 -07:00
parent eaa4f2b9ce
commit 2acddd7cb2

View File

@ -11,5 +11,6 @@ class Neovim < Formula
def install
system "make", "PREFIX=#{prefix}", "cmake"
system "make", "PREFIX=#{prefix}"
end
end