From 2eb44fbfec4fe7c84e714a54fcdac35dbf25447d Mon Sep 17 00:00:00 2001 From: Noah Oblath Date: Mon, 23 Oct 2023 14:56:06 -0700 Subject: [PATCH] Delete Makefile --- Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 8b4ee0a..0000000 --- a/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Minimal makefile for Sphinx-based website -# - -# You can set these variables from the command line. -SPHINXOPTS = --color -SPHINXBUILD = sphinx-build -SOURCEDIR = source -BUILDDIR = build - -# Put it first so that "make" without argument is like "make help". -help: - @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) - -.PHONY: help Makefile - -# Catch-all target: route all unknown targets to Sphinx using the new -# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). -%: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)