5 lines
No EOL
108 B
Makefile
Executable file
5 lines
No EOL
108 B
Makefile
Executable file
all:
|
|
g++ test.cpp Attribute.cpp Relation.cpp Condition.cpp DBEngine.cpp -o test
|
|
|
|
clean:
|
|
rm *o test
|