From b3619532bdf56f967207497ba86c075e18344ee7 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Mon, 12 Sep 2022 13:48:04 -0700 Subject: [PATCH] Add Makefile to deploy locally Signed-off-by: Victor Morales --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..fdfe1abb15 --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +# SPDX-license-identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2022 Samsung Corporation +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +.PHONY: deploy +deploy: + tox -e docs + python -m http.server --directory _build/html/