Makefile: update comment for 'make clean'.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
90c1b8fb57
commit
7f10bf07df
3
Makefile
3
Makefile
|
@ -230,7 +230,8 @@ test-clean:
|
||||||
# It would be nice if 'make clean' deleted any automatically-generated
|
# It would be nice if 'make clean' deleted any automatically-generated
|
||||||
# _version.py too, so that 'make clean; make all' could be useable as a
|
# _version.py too, so that 'make clean; make all' could be useable as a
|
||||||
# "what the heck is going on, get me back to a clean state', but we need
|
# "what the heck is going on, get me back to a clean state', but we need
|
||||||
# 'make clean' to work on non-darcs trees without destroying useful information.
|
# 'make clean' to work on non-checkout trees without destroying useful information.
|
||||||
|
# Use 'make distclean' instead to delete all generated files.
|
||||||
clean:
|
clean:
|
||||||
rm -rf build _trial_temp _test_memory .built
|
rm -rf build _trial_temp _test_memory .built
|
||||||
rm -f `find src *.egg -name '*.so' -or -name '*.pyc'`
|
rm -f `find src *.egg -name '*.so' -or -name '*.pyc'`
|
||||||
|
|
Loading…
Reference in New Issue