stringex: stringex.cpp
	g++ -Wall -O0 -g $^ -o $@

clean:
	rm -f *.o stringex
