]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/src/Makefile
ld64-85.2.2.tar.gz
[apple/ld64.git] / unit-tests / src / Makefile
CommitLineData
a61fdf0a
A
1
2all: ../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/.