From 160fd3edd0b39f252480e0545d931506d2ba4488 Mon Sep 17 00:00:00 2001 From: Wade Mealing Date: Mon, 8 Jun 2020 18:18:36 +1000 Subject: [PATCH] Specify the use of python2. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a918044..28a215d 100644 --- a/Makefile +++ b/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