echoprint-codegen: use make -C

This commit is contained in:
Jack Nagel 2014-04-16 23:19:51 -05:00
parent 0fe1dc49b0
commit 019063a3b1

View file

@ -11,8 +11,6 @@ class EchoprintCodegen < Formula
depends_on 'boost'
def install
cd 'src' do
system "make", "install", "PREFIX=#{prefix}"
end
system "make", "-C", "src", "install", "PREFIX=#{prefix}"
end
end