diff options
Diffstat (limited to 'Library/Formula/sdcc.rb')
| -rw-r--r-- | Library/Formula/sdcc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sdcc.rb b/Library/Formula/sdcc.rb index 57bd4c2cb..44844a0f8 100644 --- a/Library/Formula/sdcc.rb +++ b/Library/Formula/sdcc.rb @@ -7,7 +7,7 @@ class Sdcc <Formula def install system "./configure", "--prefix=#{prefix}" - system "make" + system "make all" system "make install" end end |
