8af502d493
git-svn-id: http://svn.code.sf.net/p/utfcpp/code@60 a809a056-fc17-0410-9590-b4f493f8b08e
5 lines
126 B
Makefile
5 lines
126 B
Makefile
CC = g++
|
|
CFLAGS = -g -Wall -pedantic
|
|
|
|
negativetest: negative.cpp ../../source/utf8.h
|
|
$(CC) $(CFLAGS) negative.cpp -onegative
|