tests: clean main.cpp
	g++ -I../ main.cpp -o $@

clean:
	rm -f tests

test: tests
	./tests
