diff --git a/Makefile b/Makefile index 00ebe60..d52985b 100644 --- a/Makefile +++ b/Makefile @@ -93,6 +93,7 @@ build: echo "Docker is not available, building without Docker..."; \ $(MAKE) build-no-container; \ fi + @echo "Generated documents can be found in the 'build/adoc' folder." build-container: @echo "Starting build inside Docker container..."