utfcpp/v1_0/test_drivers/performance/Makefile

5 lines
119 B
Makefile

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