2006-08-02 01:08:33 +00:00
|
|
|
CC = g++
|
2006-09-04 00:46:12 +00:00
|
|
|
CFLAGS = -g -Wall
|
2006-08-02 01:08:33 +00:00
|
|
|
|
2006-12-18 01:50:44 +00:00
|
|
|
smoketest: test.cpp ../../source/utf8.h ../../source/utf8/core.h ../../source/utf8/checked.h ../../source/utf8/unchecked.h
|
2006-08-02 01:08:33 +00:00
|
|
|
$(CC) $(CFLAGS) test.cpp -osmoketest
|