This commit is contained in:
Rebecca Schofield 2015-09-23 17:09:10 -05:00
parent 6fe791a41f
commit 4cf8190e16

5
EngineMkFile.mak Executable file
View file

@ -0,0 +1,5 @@
all:
g++ test.cpp Attribute.cpp Relation.cpp Condition.cpp DBEngine.cpp -o test
clean:
rm *o test