CC = g++ CFLAGS = -g -Wall smoketest: test.cpp ../../source/utf8.h $(CC) $(CFLAGS) test.cpp -osmoketest