diff --git a/Makefile b/Makefile index 4352a94..1ee15d8 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,6 @@ ci-build: doc: @-rm -r build/documentation - $(MAKE) -C doc $(MAKECMDGOALS) + $(MAKE) -C doc central-doc .PHONY: build doc