makefile4latex icon indicating copy to clipboard operation
makefile4latex copied to clipboard

Centralized build directories

Open tueda opened this issue 2 years ago • 0 comments

Sometimes it may be useful not to make any intermediate files inside the working directory.

Introduce the following option to select the build directory in configuration files like

BUILDDIR = $(project_build_dir)

which uses a unique build directory, a path generated from the working directory's name, located within the MAKEFILE4LATEX_CACHE directory.

tueda avatar Apr 23 '24 01:04 tueda