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

negativetest: negative.cpp ../../source/utf8.h
	$(CC) $(CFLAGS) negative.cpp -onegative
