Skip to content
Snippets Groups Projects
Commit 4c6063ac authored by witiko's avatar witiko
Browse files

Performed several minor Makefile updates.

- The `implode` Makefile pseudo-target now removes leftovers from tests.
- The non-existent `rebase` Makefile pseudo-target has been removed from
  the `.PHONY` Makefile pseudo-target prerequisites.
parent b82717cf
No related branches found
No related tags found
No related merge requests found
SUBMAKES_REQUIRED=logo/mu locale style style/mu
SUBMAKES_MISCELLANEOUS=guide/mu
SUBMAKES_MISCELLANEOUS=guide/mu test
SUBMAKES=$(SUBMAKES_REQUIRED) $(SUBMAKES_MISCELLANEOUS)
.PHONY: all complete clean dist dist-implode implode rebase \
.PHONY: all complete clean dist dist-implode implode \
install uninstall test $(SUBMAKES_REQUIRED)
CLASSFILES=fithesis.cls fithesis2.cls fithesis3.cls
......
.PHONY: all clean
all: clean
.PHONY: all implode
all: implode
for file in *.tex; do \
ln -s "$$file" current.tex && \
pdflatex current && pdflatex current && \
......@@ -8,5 +8,5 @@ all: clean
rm current.*; \
done
clean:
implode:
rm -f current.* texput.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment