Merge #9 Specify the use of python2.
This commit is contained in:
commit
7bb67e7240
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ include src/src.mk
|
|||
|
||||
build-snippets:
|
||||
mkdir -p modules/ROOT/pages/_partials/snippets
|
||||
python scripts/split-snippets.py . \
|
||||
python2 scripts/split-snippets.py . \
|
||||
src/*.c src/*.cpp src/*.java src/*.py src/*.go src/*.sh
|
||||
|
||||
clean: clean-src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue