update
This commit is contained in:
parent
6fe791a41f
commit
4cf8190e16
1 changed files with 5 additions and 0 deletions
5
EngineMkFile.mak
Executable file
5
EngineMkFile.mak
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
all:
|
||||||
|
g++ test.cpp Attribute.cpp Relation.cpp Condition.cpp DBEngine.cpp -o test
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm *o test
|
Reference in a new issue