polishing up mlp version of benchmark
[IRC.git] / Robust / src / Benchmarks / mlp / directto / mlp-java / makefile
index cdaea1f52feea331aa07b529142503ba8eefc406..168cf6cebf1c2f3e6ad1ab5d0864a084736608a7 100644 (file)
@@ -4,7 +4,7 @@ PROGRAM=test
 SOURCE_FILES=*.java
 
 BUILDSCRIPT=~/research/Robust/src/buildscript
-BSFLAGS= -debug -nooptimize -mainclass $(MAIN_CLASS) -justanalyze -ownership -ownallocdepth 1 -ownwritedots final -enable-assertions
+BSFLAGS= -debug -nooptimize -mainclass $(MAIN_CLASS) #-justanalyze -ownership -ownallocdepth 1 -ownwritedots final -enable-assertions
 
 all: $(PROGRAM).bin
 
@@ -26,3 +26,5 @@ clean:
        rm -f  *.dot
        rm -f  *.png
        rm -f  aliases.txt
+       rm -f  output.txt
+