Uso della corretta esplosione femminile nel copione per convertire la codifica dei caratteri
This commit is contained in:
parent
adb26c24fc
commit
45353e0c6a
2 changed files with 3 additions and 2 deletions
4
Makefile
4
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
caratteri.py
Normal file → Executable file
1
caratteri.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
# coding=utf8
|
||||
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue