This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
dmspine64backup/EngineMkFile.mak

5 lines
108 B
Makefile
Raw Normal View History

2015-09-23 17:09:10 -05:00
all:
g++ test.cpp Attribute.cpp Relation.cpp Condition.cpp DBEngine.cpp -o test
clean:
rm *o test