echoprint-codegen: use make -C
This commit is contained in:
parent
0fe1dc49b0
commit
019063a3b1
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue