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

Make reihenfolge

parent 080da1f2
No related branches found
No related tags found
1 merge request!7Example
......@@ -18,13 +18,13 @@ GARBAGE = $(foreach D,. $(SUBDIRS), $(wildcard $(addprefix $(D)/$(OUTDIR)/,$(GAR
export TEXINPUTS:=$(CURDIR)\src
std: all tidy
all: bib
$(LATEX) $(TEX_FLAGS) $(COM_FLAGS) $(NAME).tex
$(LATEX) -synctex=1 $(TEX_FLAGS) $(COM_FLAGS) $(NAME).tex
copy /Y $(OUTDIR)\$(NAME).pdf .\
std: all tidy
bib: pdf $(OUTDIR)\$(NAME).bcf
$(BIBTEX) $(COM_FLAGS) $(NAME)
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment