diff options
author | Nao Pross <np@0hm.ch> | 2021-09-21 21:05:00 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-09-21 21:07:44 +0200 |
commit | c194faf2bab13f0c9c813d6fa726618fe86af25e (patch) | |
tree | 66ee9736b0c1edbeec1686de4c277ba92cc6e0ff /doc/thesis/Makefile | |
parent | Create test LaTeX workflow (diff) | |
download | Fading-c194faf2bab13f0c9c813d6fa726618fe86af25e.tar.gz Fading-c194faf2bab13f0c9c813d6fa726618fe86af25e.zip |
Add project plan and thesis to workflow
Diffstat (limited to 'doc/thesis/Makefile')
-rw-r--r-- | doc/thesis/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile index 66e0388..84d4a45 100644 --- a/doc/thesis/Makefile +++ b/doc/thesis/Makefile @@ -29,7 +29,6 @@ all: $(PDF) $(TEX) $(TEXARGS) $< # TODO: makeindex and stuff $(TEX) $(TEXARGS) $< - $(TEX) $(TEXARGS) $< .PHONY: clean cleanall clean: |