changed to use 'make all'
make all builds all the microcontroller library files, which is easier in the source tree than after the fact. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a702b17d00
commit
93952fe62b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Sdcc <Formula
|
|||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
system "make all"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue