Commit 1a32c0ea authored by Steven Murdoch's avatar Steven Murdoch
Browse files

Add a simple Makefile to automate running the autopromotion simulation

parent 3beee85a
Loading
Loading
Loading
Loading

Makefile

0 → 100644
+7 −0
Original line number Diff line number Diff line
all: run

build:
	scalac src/org/torproject/metrics/autopromotion/*.scala

run:
	JAVA_OPTS=-Xmx1024M scala org.torproject.metrics.autopromotion.AutoPromotion ../bridge-stability/bridge-descriptors-2010-02/statuses | tee out.txt