[ci skip] update generated files
[scons.git] / doc / generated / examples / simple_clean_1.xml
blobf299433768386ed863b910f7055a98a738e836b1
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</userinput>
2 scons: Reading SConscript files ...
3 scons: done reading SConscript files.
4 scons: Building targets ...
5 cc -o hello.o -c hello.c
6 cc -o hello hello.o
7 scons: done building targets.
8 % <userinput>scons -c</userinput>
9 scons: Reading SConscript files ...
10 scons: done reading SConscript files.
11 scons: Cleaning targets ...
12 Removed hello.o
13 Removed hello
14 scons: done cleaning targets.
15 </screen>