| 1 | initial version |
There are a couple of make targets for this. From $SAGE_ROOT You can run:
> make micro_release # strips binaries and library files and removes build artifacts
If you want to do less than that, you can try:
> make clean # will remove spkg build artifacts
If you don't want local documentation, you can remove it also:
> make doc-clean # removes local documentation
Don't use the distclean make target because that deletes all results of compilation (so Sage won't work anymore).
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.