strtests: strtests.cpp
	c++ -o strtests strtests.cpp -Wall -lm

clean:
	rm -f strtests
