Skip to content

Commit 0268173

Browse files
authored
Merge pull request #57 from archfrog/master
Changed 'sphinx-build-3' into 'sphinx-build' as the former is gone.
2 parents 1784cab + b520945 commit 0268173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS =
6-
SPHINXBUILD = sphinx-build-3
5+
SPHINXOPTS =
6+
SPHINXBUILD = sphinx-build
77
SPHINXPROJ = MappingHighLevelConstructstoLLVMIR
88
SOURCEDIR = .
99
BUILDDIR = _build

0 commit comments

Comments
 (0)