all: g++ test.cpp Attribute.cpp Relation.cpp Condition.cpp DBEngine.cpp -o test clean: rm *o test