repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove 'fail' tags from compiler/masgn specs
[rbx.git]
/
Makefile
blob
f22e7e5390fb25569900d23cb0475a70c43b8977
1
# NOTE! When updating this file, also update INSTALL, if necessary.
2
3
-
include
shotgun
/
config.mk
4
5
all
:
vm
6
7
vm
:
8
cd shotgun
; $(
MAKE
)
rubinius
9
10
install
:
11
rake
install
12
13
clean
:
14
cd shotgun
; $(
MAKE
)
clean
15
16
.PHONY
:
all install clean