From: Michael Orlitzky Date: Tue, 26 Apr 2011 05:06:32 +0000 (-0400) Subject: Rename the binary to spline3. X-Git-Tag: 0.0.1~367 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=492841535e7a02ef7aa8a53070c45be373da171e Rename the binary to spline3. --- diff --git a/makefile b/makefile index cb7e81f..dd56800 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ GHC_WARNINGS += -fwarn-name-shadowing GHC_WARNINGS += -fwarn-orphans GHC_WARNINGS += -fwarn-type-defaults -BIN := spline +BIN := spline3 .PHONY : test doc src_html