convenience root Makefile
This commit is contained in:
parent
9101901601
commit
18ec070a0b
1 changed files with 8 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal 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
|
Loading…
Reference in a new issue