X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=dd568009a096c934169f861d0be3664004273048;hb=492841535e7a02ef7aa8a53070c45be373da171e;hp=cb7e81f99f7f6aa96a36227eeaecfa69f82b2601;hpb=89b8b6e94fcc944a1f4611811265f3c6217af850;p=spline3.git 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