diff --git a/EngineMkFile.mak b/EngineMkFile.mak new file mode 100755 index 0000000..64006b8 --- /dev/null +++ b/EngineMkFile.mak @@ -0,0 +1,5 @@ +all: + g++ test.cpp Attribute.cpp Relation.cpp Condition.cpp DBEngine.cpp -o test + +clean: + rm *o test \ No newline at end of file