OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
charset_normalizer
/
docs
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/11/2024 09:39:44 AM
rwxr-xr-x
📄
Makefile
618 bytes
10/09/2024 06:13:32 AM
rw-r--r--
📄
api.rst
2.41 KB
10/09/2024 06:13:32 AM
rw-r--r--
📁
community
-
10/09/2024 06:13:32 AM
rwxr-xr-x
📄
conf.py
4.98 KB
10/09/2024 06:13:32 AM
rw-r--r--
📄
index.rst
2.29 KB
10/09/2024 06:13:32 AM
rw-r--r--
📄
make.bat
785 bytes
10/09/2024 06:13:32 AM
rw-r--r--
📄
requirements.txt
12 bytes
10/09/2024 06:13:32 AM
rw-r--r--
📁
user
-
10/09/2024 06:13:32 AM
rwxr-xr-x
Editing: Makefile
Close
# Minimal makefile for Sphinx documentation # # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = python -msphinx SPHINXPROJ = Charset Normalizer SOURCEDIR = . 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)