- Added 'clean' target.

This commit is contained in:
ccremers 2006-12-15 14:22:13 +00:00
parent e8d8524ed4
commit 55a5acc0eb

View File

@ -5,15 +5,20 @@
# which there is a local copy present. So this is just delegating stuff.
#
#
SCONS = ./scons.py
all:
./scons.py all
${SCONS} all
windows:
./scons.py windows
${SCONS} windows
linux:
./scons.py linux
${SCONS} linux
tags:
./scons.py tags
${SCONS} tags
clean:
${SCONS} -c