error in Makefile

This commit is contained in:
Thomas Klaehn 2015-10-09 15:06:37 +02:00
parent fb06992859
commit 9c91339ae4

View File

@ -7,7 +7,7 @@ DEP := \
content.tex \ content.tex \
Makefile Makefile
all: $(MAIN) $(DEP) all: $(MAIN)
clean: clean:
rm -f \ rm -f \
@ -18,7 +18,7 @@ clean:
$(basename $(MAIN)).toc \ $(basename $(MAIN)).toc \
$(MAIN) $(MAIN)
$(MAIN): $(MAIN): $(DEP)
@latex $(SRC) @latex $(SRC)
latex $(SRC) latex $(SRC)
dvipdf $(basename $(MAIN)).dvi $(MAIN) dvipdf $(basename $(MAIN)).dvi $(MAIN)