CC = g++
CFLAGS = -g -Wall

smoketest: test.cpp ../../source/utf8.h ../../source/utf8/core.h ../../source/utf8/checked.h ../../source/utf8/unchecked.h
	$(CC) $(CFLAGS) test.cpp -osmoketest
