utfcpp/test_drivers/performance/Makefile
ntrifunovic 988eb58264 Added performance testing
git-svn-id: http://svn.code.sf.net/p/utfcpp/code@39 a809a056-fc17-0410-9590-b4f493f8b08e
2006-08-11 21:42:05 +00:00

5 lines
119 B
Makefile

CC = g++
CFLAGS = -O2
iconvtest: iconvtest.cpp ../../source/utf8.h timer.h
$(CC) $(CFLAGS) iconvtest.cpp -oiconvtest