[ci skip] update generated files
[scons.git] / doc / generated / examples / depends_ex1_4.xml
blob0d2a5a92bb8ad616d7ccdad46c295cc8a20e9e86
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 hello.c
3 cc -o hello hello.o
4 %     [CHANGE THE CONTENTS OF hello.c]
5 % <userinput>scons -Q hello</userinput>
6 cc -o hello.o -c hello.c
7 cc -o hello hello.o
8 </screen>