lev-templates/Makefile

9 lines
191 B
Makefile
Raw Normal View History

2025-05-15 04:01:43 +00:00
# just to convenietly be able to run "make" in the root directory
.PHONY: autodoc clean
autodoc:
$(MAKE) -Csrc -flev-dokument.mk -flev-protokoll.mk -j autodoc
clean:
git clean -xdf ./src