lev-templates/Makefile

17 lines
361 B
Makefile

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