Update Makefile

pull/1/head
潘鸿洋 2022-12-21 18:04:13 +08:00 committed by GitHub
parent feab98d342
commit 874dfd30a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = python -msphinx
SPHINXPROJ = percy
SPHINXPROJ = phyLS
SOURCEDIR = .
BUILDDIR = _build
doxygen: ../include/percy/*.hpp
doxygen: ../src/phyLS.cpp
doxygen Doxyfile
help: