diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..ec6ef548619623ca67d92e8d4a50f0d847dc2895 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +# SPDX-License-Identifier: Apache-2.0 +# SPDX-FileCopyrightText: Huawei Inc. + +.PHONY: all +all: build + +.PHONY: clean +clean: + rm -rf build + +build: + sphinx-build -W . build