convenience root Makefile

This commit is contained in:
Jörn-Michael Miehe 2025-05-15 04:01:43 +00:00
parent 9101901601
commit 18ec070a0b

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
# 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