diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..905a2ab --- /dev/null +++ b/Makefile @@ -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