diff --git a/Makefile b/Makefile index e3ab58f..c6f4548 100755 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ api: $(TARGET) $(TARGET)/tests docs: + mkdir -p docs/_static $(MAKE) -C docs html clean: