super() block pass bug, String#[] bug, singleton_method_added
[rbx.git] / Makefile
blobf22e7e5390fb25569900d23cb0475a70c43b8977
1 # NOTE! When updating this file, also update INSTALL, if necessary.
3 -include shotgun/config.mk
5 all: vm
7 vm:
8 cd shotgun; $(MAKE) rubinius
10 install:
11 rake install
13 clean:
14 cd shotgun; $(MAKE) clean
16 .PHONY: all install clean