2006-08-11 21:42:05 +00:00
|
|
|
CC = g++
|
2011-10-16 01:16:51 +00:00
|
|
|
CFLAGS = -O3
|
2006-08-11 21:42:05 +00:00
|
|
|
|
2006-12-18 01:50:44 +00:00
|
|
|
iconvtest: iconvtest.cpp ../../source/utf8.h timer.h ../../source/utf8/core.h ../../source/utf8/checked.h ../../source/utf8/unchecked.h
|
2006-08-11 21:42:05 +00:00
|
|
|
$(CC) $(CFLAGS) iconvtest.cpp -oiconvtest
|