This commit is contained in:
Tony Garnock-Jones 2020-12-09 16:17:00 +01:00
parent 4d922e3049
commit f61126c5f2
1 changed files with 11 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
all:
ant jar
clean:
ant clean
ziprun: all
java -cp out/lib/org.syndicate_lang.actors.jar:out/test/test org.syndicate_lang.actors.example.example2.Main 1000000 200
ziprun1000: all
java -cp out/lib/org.syndicate_lang.actors.jar:out/test/test org.syndicate_lang.actors.example.example2.Main 1000000 1000