all: stress

stress: main.cpp
	c++ -o stress main.cpp -framework Firebird
