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
4 % <userinput>touch hello.c</userinput>
5 % <userinput>scons -Q hello</userinput>
6 scons: `hello' is up to date.