teststring:	teststring.o string.o
		g++ -g -Wall -o teststring teststring.o string.o -ldmalloc

teststring.o:	teststring.c ../core/string.h
		g++ -g -Wall -c teststring.c

string.o:	../core/string.cpp ../core/string.h
		g++ -g -Wall -c ../core/string.cpp


syntax highlighted by Code2HTML, v. 0.9.1