Commit 0a3f279c authored by Dominik Charousset's avatar Dominik Charousset

added Maching.scala to Makefile

parent 7ce2ee9d
...@@ -4,7 +4,7 @@ LIBPATH=/home/neverlord/akka-2.0.1/lib/akka ...@@ -4,7 +4,7 @@ LIBPATH=/home/neverlord/akka-2.0.1/lib/akka
CLASSPATH=$(shell for i in $(LIBPATH)/*.jar ; do printf %s $$i: ; done) CLASSPATH=$(shell for i in $(LIBPATH)/*.jar ; do printf %s $$i: ; done)
FLAGS=-cp $(CLASSPATH) FLAGS=-cp $(CLASSPATH)
FILES=ActorCreation.scala Distributed.scala MailboxPerformance.scala MixedCase.scala FILES=ActorCreation.scala Distributed.scala MailboxPerformance.scala MixedCase.scala Matching.scala
CLASSES=$(FILES:.scala=.class) CLASSES=$(FILES:.scala=.class)
%.class: %.scala %.class: %.scala
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment