Update Makefile
parent
feab98d342
commit
874dfd30a3
|
@ -3,11 +3,11 @@
|
||||||
# You can set these variables from the command line.
|
# You can set these variables from the command line.
|
||||||
SPHINXOPTS =
|
SPHINXOPTS =
|
||||||
SPHINXBUILD = python -msphinx
|
SPHINXBUILD = python -msphinx
|
||||||
SPHINXPROJ = percy
|
SPHINXPROJ = phyLS
|
||||||
SOURCEDIR = .
|
SOURCEDIR = .
|
||||||
BUILDDIR = _build
|
BUILDDIR = _build
|
||||||
|
|
||||||
doxygen: ../include/percy/*.hpp
|
doxygen: ../src/phyLS.cpp
|
||||||
doxygen Doxyfile
|
doxygen Doxyfile
|
||||||
|
|
||||||
help:
|
help:
|
||||||
|
|
Loading…
Reference in New Issue