diff --git a/Makefile b/Makefile
index e26a04da0aafbac8b3dcee99f703912bf1a8dc6c..44340d4c2bf7c4611dd1514d5b36994c2b5b0170 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ XELATEX = xelatex
 all: doc bib doc_twice
 
 default: 
+	@echo 'make all    | Create complete document and bibliography
 	@echo 'make bib    | Create bibliography, Arbeit.aux required. To create them ,run make doc.'
 	@echo 'make doc    | Create complete document. Read output and run make bib or make doc again if needed.'
 	@echo 'make clean  | Cleaning working directory.'