diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-07 10:58:53 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-07 10:58:53 +0100 |
commit | 08d2280994c16b024e2cc8d893f1f8e6f88f83bf (patch) | |
tree | 661d9e8cef3b059de0d49d9ee9b595db403eee49 | |
parent | 5b9fee7c98bc2867a0d02ee8859a1fbba18c2fb3 (diff) |
Change shebang to Python 3
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-rwxr-xr-x | gen_makefile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_makefile.py b/gen_makefile.py index 93c8c3c..2e8a330 100755 --- a/gen_makefile.py +++ b/gen_makefile.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 ## Copyright (c) 2015 Olivier Gayot <duskcoder@gmail.com> ## |