utfcpp/v2_0/test_drivers/performance/Makefile

6 lines
119 B
Makefile
Raw Normal View History

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