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:
Mark L. Chang 2010-09-14 20:35:59 -04:00 committed by Adam Vandenberg
parent a702b17d00
commit 93952fe62b

View file

@ -7,7 +7,7 @@ class Sdcc <Formula
def install
system "./configure", "--prefix=#{prefix}"
system "make"
system "make all"
system "make install"
end
end