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
Rebecca Schofield 4cf8190e16 update
2015-09-23 17:09:10 -05:00

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