5 lines
108 B
Makefile
5 lines
108 B
Makefile
![]() |
all:
|
||
|
g++ test.cpp Attribute.cpp Relation.cpp Condition.cpp DBEngine.cpp -o test
|
||
|
|
||
|
clean:
|
||
|
rm *o test
|