1
0

Update home/.latexmkrc

This commit is contained in:
2025-04-26 00:08:05 +02:00
parent b4132930ea
commit 42ba94852e

View File

@@ -105,7 +105,7 @@ sub makesout {
# Some things to do after all the compile stuff
END{
Run_subst('rm ./*.pdf ./*.aux');
Run_subst('rm ./%A.pdf ./*.aux');
Run_subst('mv ./build/%A.pdf .');
Run_subst('rm -rf ./build');
}