utfcpp/v2_0/test_drivers/negative/Makefile
2006-12-18 01:50:44 +00:00

5 lines
209 B
Makefile

CC = g++
CFLAGS = -g -Wall -pedantic
negativetest: negative.cpp ../../source/utf8.h ../../source/utf8/core.h ../../source/utf8/checked.h ../../source/utf8/unchecked.h
$(CC) $(CFLAGS) negative.cpp -onegative