From b33d6e523da8528a824bac8bc46a62a79d0dd846 Mon Sep 17 00:00:00 2001 From: q-posev Date: Wed, 27 Jul 2022 19:48:24 +0200 Subject: [PATCH] Replace python2 with general python --- tools/build_makefile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_makefile.py b/tools/build_makefile.py index 9966b60..9b575d8 100755 --- a/tools/build_makefile.py +++ b/tools/build_makefile.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # # Creates all the dependencies from the org-mode files