From 45353e0c6a5722e404d5ce45f68b70a5c2d8ebe8 Mon Sep 17 00:00:00 2001 From: Antonio Malara Date: Wed, 25 Dec 2019 21:47:56 +0100 Subject: [PATCH] Uso della corretta esplosione femminile nel copione per convertire la codifica dei caratteri --- Makefile | 4 ++-- caratteri.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 caratteri.py diff --git a/Makefile b/Makefile index d13efa9..fc79d77 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,10 @@ elea: \ long_division.o hello_world.c: hello_world.elea-txt caratteri.py - python caratteri.py $< + ./caratteri.py $< long_division.c: long_division.elea-txt caratteri.py - python caratteri.py $< + ./caratteri.py $< clean: FORCE @rm -f elea *.o tags hello_world.c long_division.c diff --git a/caratteri.py b/caratteri.py old mode 100644 new mode 100755 index d572ee6..d4a281d --- a/caratteri.py +++ b/caratteri.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # coding=utf8 import sys