mirror of https://github.com/Icinga/icinga2.git
6 lines
202 B
Makefile
6 lines
202 B
Makefile
|
CC = g++
|
||
|
CFLAGS = -O3
|
||
|
|
||
|
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
|