- Added 'clean' target.
This commit is contained in:
parent
e8d8524ed4
commit
55a5acc0eb
13
src/Makefile
13
src/Makefile
@ -5,15 +5,20 @@
|
|||||||
# which there is a local copy present. So this is just delegating stuff.
|
# which there is a local copy present. So this is just delegating stuff.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
SCONS = ./scons.py
|
||||||
|
|
||||||
all:
|
all:
|
||||||
./scons.py all
|
${SCONS} all
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
./scons.py windows
|
${SCONS} windows
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
./scons.py linux
|
${SCONS} linux
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
./scons.py tags
|
${SCONS} tags
|
||||||
|
|
||||||
|
clean:
|
||||||
|
${SCONS} -c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user