GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
wilson (author)
Mon Jan 28 12:17:18 -0800 2008
commit  4bdea7dadb6d5d325fea50c9b25a121da42db501
tree    49c1537eb3f5f4477cf2bafb06c0120ea4de36c9
parent  f1aafa4d0b0bd6a0a8ffe83dde9b77a845f3198f
rubinius / Makefile
100644 17 lines (10 sloc) 0.226 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# NOTE! When updating this file, also update INSTALL, if necessary.
 
-include shotgun/config.mk
 
all: vm
 
vm:
  cd shotgun; $(MAKE) rubinius
 
install:
  rake install
 
clean:
  cd shotgun; $(MAKE) clean
 
.PHONY: all install clean