Skip to content
Snippets Groups Projects
Commit a41c775c authored by Jan Wille's avatar Jan Wille
Browse files

makefile nochmal überarbeitet

parent c95d1709
No related branches found
No related tags found
2 merge requests!6Development,!5Development
......@@ -32,7 +32,7 @@ $(SUB_PDF_FILES): $(SUB_TEX_FILES)
clean: tidy
for %%a in ($(foreach D,. $(SUBDIRS), "$(D)\$(OUTDIR)")) do rd /s /q %%~a
for %%a in ($(foreach D,. $(SUBDIRS), "$(D)\$(OUTDIR)")) do if exist %%~a rmdir /s /q %%~a
if exist $(NAME).pdf del $(NAME).pdf
tidy:
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment