public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
Search Repo:
Clean more stuff.
oleg dashevskii (author)
Tue Mar 11 08:05:06 -0700 2008
commit  fed2be2cb518eb604807111388cd329a2cd3c45e
tree    eed7028324f4a253c58fa12279fe734ae0c80ebc
parent  91a822655d59dfc64d91629bc1e2b05b86cffab8
...
144
145
146
147
 
148
149
150
...
144
145
146
 
147
148
149
150
0
@@ -144,7 +144,7 @@ test: test/test_state test/test_instructions
0
 .PHONY: test
0
 
0
 clean:
0
- rm -f *.o *.lo *.gen rubinius.bin
0
+ rm -f *.o *.lo *.gen rubinius.bin rubinius.local.bin
0
   rm -rf .libs
0
   cd lib; $(MAKE) clean
0
 .PHONY: clean
...
175
176
177
178
 
 
 
 
179
180
181
...
175
176
177
 
178
179
180
181
182
183
184
0
@@ -175,7 +175,10 @@ clean:
0
    instruction_names.c \
0
    instruction_names.h \
0
    node_types.c \
0
- node_types.h
0
+ node_types.h \
0
+ primitive_indexes.h \
0
+ primitive_util.h
0
+
0
   rm -rf .libs \
0
    subtend/.libs \
0
    librubinius-* \

Comments

    No one has commented yet.