Skip to content

Commit

Permalink
Update Makefile to use build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Jun 12, 2021
1 parent 227fc6c commit 3b415ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: build html

build:
python setup.py build_ext --inplace -g
LIBGIT2_VERSION=1.1.0 sh build.sh

html:
cd docs && find . -name "*rst" | entr make html

0 comments on commit 3b415ad

Please sign in to comment.