CC = g++
CFLAGS = -g -Wall -pedantic

utf8readertest: utf8reader.cpp ../../source/utf8.h
	$(CC) $(CFLAGS) utf8reader.cpp -o utf8reader
