diff --git a/components/engine/Makefile b/components/engine/Makefile index 22b700cd89..0b6844d8cc 100644 --- a/components/engine/Makefile +++ b/components/engine/Makefile @@ -70,3 +70,6 @@ build: bundles bundles: mkdir bundles + +docs: + $(MAKE) -C docs docs