dbf-udg
diff Makefile @ 13:6a836b1dc31b
foo
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 20 Feb 2013 05:48:01 +0200 |
parents | 1abbed71e9c9 |
children | 5be16862d1b5 |
line diff
1.1 --- a/Makefile Wed Feb 20 05:45:27 2013 +0200 1.2 +++ b/Makefile Wed Feb 20 05:48:01 2013 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 ccsrc = $(wildcard src/*.cc) 1.5 obj = $(csrc:.c=.o) $(ccsrc:.cc=.o) 1.6 dep = $(obj:.o=.d) 1.7 -bin = udg 1.8 +bin = printblobs 1.9 1.10 CFLAGS = -pedantic -Wall -g -O3 -Ilibs/metasurf -Ilibs/dsys2 1.11 CXXFLAGS = $(CFLAGS)