aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xelogv2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f340d3c..f1e5b66 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PYTHON = python
+PYTHON = python3
dist:
$(RM) MANIFEST
diff --git a/elogv b/elogv
index 38d709c..bb8931f 100755
--- a/elogv
+++ b/elogv
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# -*- coding: UTF-8 -*-
# Author: Luca Marturana (luca89) <lucamarturana@gmail.com>