Revision: 444
http://assorted.svn.sourceforge.net/assorted/?rev=444&view=rev
Author: yangzhang
Date: 2008-02-14 20:04:38 -0800 (Thu, 14 Feb 2008)
Log Message:
-----------
added commons
Modified Paths:
--------------
hash-dist/trunk/src/Makefile
Modified: hash-dist/trunk/src/Makefile
===================================================================
--- hash-dist/trunk/src/Makefile 2008-02-15 03:58:28 UTC (rev 443)
+++ hash-dist/trunk/src/Makefile 2008-02-15 04:04:38 UTC (rev 444)
@@ -1,3 +1,5 @@
+COMMONS_SRCS := $(wildcard commons/*.scala)
+
all: out/HashDist.class
out/HashDist.class: HashDist.scala $(COMMONS_SRCS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|