34f032efa49ab0548b4c604e0316376009501f20
kent
  Thu Aug 21 16:44:20 2014 -0700
Program to assign colors to a list based on distances seems to work.
diff --git src/utils/distributeRgbRainbow/makefile src/utils/distributeRgbRainbow/makefile
new file mode 100644
index 0000000..770a000
--- /dev/null
+++ src/utils/distributeRgbRainbow/makefile
@@ -0,0 +1,7 @@
+kentSrc = ../..
+A = distributeRgbRainbow
+include $(kentSrc)/inc/userApp.mk
+
+test::
+	$A test.lst test.pair test.out
+	diff test.expected test.out