lev-templates/Makefile
Jörn-Michael Miehe 08985800fc [wip] transforming eisvogel.latex into a new lev-dokument.latex
- page layout
- additional variables
- more markdown content
2025-05-15 13:46:00 +00:00

17 lines
383 B
Makefile

# just to convenietly be able to run "make" in the root directory
.PHONY: all protokoll dokument tex clean
all:
$(MAKE) -Csrc -flev-dokument.mk -flev-protokoll.mk -j autodoc
protokoll:
$(MAKE) -Csrc -flev-protokoll.mk -j autodoc
dokument:
$(MAKE) -Csrc -flev-dokument.mk -j autodoc
tex:
$(MAKE) -Csrc -flev-dokument.mk -flev-protokoll.mk -j tex
clean:
git clean -xdf ./src