CC = g++
CFLAGS = -g

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