diff options
Diffstat (limited to 'project')
-rwxr-xr-x | project | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ Project 'make' special features. ./project make Build the project on one thread ./project make -jN Built the project in parallel on N threads. ./project make clean Clean all files generated by 'make' (not software). + ./project make texclean Clean all files built by (La)TeX. ./project make distclean Clean everything (including compiled software). ./project make dist Produce a LaTeX-ready-to-build distribution tarball ('tar.gz') of the project. This is ready to be |