diff --git a/Makefile b/Makefile index f1addd1..2ac9b1a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ # just to convenietly be able to run "make" in the root directory .PHONY: all protokoll dokument tex clean -all: protokoll dokument +all: + $(MAKE) -Csrc -flev-protokoll.mk -flev-dokument.mk -j autodoc protokoll: $(MAKE) -Csrc -flev-protokoll.mk -j autodoc @@ -10,8 +11,7 @@ dokument: $(MAKE) -Csrc -flev-dokument.mk -j autodoc tex: - $(MAKE) -Csrc -flev-protokoll.mk -j tex - $(MAKE) -Csrc -flev-dokument.mk -j tex + $(MAKE) -Csrc -flev-protokoll.mk -flev-dokument.mk -j tex clean: git clean -xdf ./src