8 lines
191 B
Makefile
8 lines
191 B
Makefile
# 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
|