From 492841535e7a02ef7aa8a53070c45be373da171e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 26 Apr 2011 01:06:32 -0400 Subject: [PATCH] Rename the binary to spline3. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2