Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

New Formula: SPIM - A MIPS32 Simulator #22721

Closed
wants to merge 2 commits into from
Closed

New Formula: SPIM - A MIPS32 Simulator #22721

wants to merge 2 commits into from

Conversation

cjlucas
Copy link
Contributor

@cjlucas cjlucas commented Sep 21, 2013

I'm not totally pleased with my code in patches. So if there's a better way to do it, I'd be happy to fix it.


def install
bin.mkpath
system 'cd spim && make'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need to enter the directory twice; you can:

cd 'spim' do
  system 'make'
  system 'make install'
end

@cjlucas
Copy link
Contributor Author

cjlucas commented Sep 21, 2013

Ah, of course. Thanks for the help.

@manphiz
Copy link
Contributor

manphiz commented Sep 22, 2013

Please squash into one commit.

@adamv adamv closed this in 67ea0b1 Sep 24, 2013
handyman5 pushed a commit to handyman5/homebrew that referenced this pull request Oct 7, 2013
Closes Homebrew#22721.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
@Homebrew Homebrew locked and limited conversation to collaborators Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants