83b6f918a9
git-svn-id: http://svn.code.sf.net/p/utfcpp/code@73 a809a056-fc17-0410-9590-b4f493f8b08e
5 lines
202 B
Makefile
5 lines
202 B
Makefile
CC = g++
|
|
CFLAGS = -O2
|
|
|
|
iconvtest: iconvtest.cpp ../../source/utf8.h timer.h ../../source/utf8/core.h ../../source/utf8/checked.h ../../source/utf8/unchecked.h
|
|
$(CC) $(CFLAGS) iconvtest.cpp -oiconvtest
|