[ci skip] update generated files
[scons.git] / doc / generated / examples / depends_ex5_1.xml
blobe8d4fa719eebaf4bdb076ca636879a2117294698
1 <screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons -Q hello</userinput>
2 cc -o hello.o -c -Iinclude -I/home/project/inc hello.c
3 cc -o hello hello.o
4 </screen>