clray

changeset 51:9c0867942612

changed the binary target to clray
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 02 Sep 2010 01:41:51 +0100
parents d3c46803242e
children 55b30d8b6805
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Tue Aug 31 02:54:37 2010 +0100
     1.2 +++ b/Makefile	Thu Sep 02 01:41:51 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  src = $(wildcard src/*.cc)
     1.5  obj = $(src:.cc=.o)
     1.6  dep = $(obj:.o=.d)
     1.7 -bin = test
     1.8 +bin = clray
     1.9  
    1.10  opt = -O3 -ffast-math
    1.11  dbg = -g