Browse Source

Uso della corretta esplosione femminile nel copione per convertire la codifica dei caratteri

Antonio Malara 4 years ago
parent
commit
45353e0c6a
2 changed files with 3 additions and 2 deletions
  1. 2 2
      Makefile
  2. 1 0
      caratteri.py

+ 2 - 2
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

+ 1 - 0
caratteri.py

@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
 # coding=utf8
 
 import sys