| 1 | |
| 2 | all: ../bin/results-to-xml ../bin/xmlparser |
| 3 | |
| 4 | ../bin/results-to-xml: results-to-xml.cpp |
| 5 | g++ -g -O -Wall $< -o ../bin/results-to-xml |
| 6 | |
| 7 | ../bin/xmlparser: |
| 8 | cd xmlparser; xcodebuild -alltargets |
| 9 | cp -p xmlparser/build/Release/xmlparser ../bin/. |