test: tests
	./tests

tests: tests.cpp cylon.h style_ptr.h
	g++ -O -g -std=c++11 -o tests tests.cpp -lm

