Compare commits
2 commits
d1aa8ddfd6
...
45353e0c6a
Author | SHA1 | Date | |
---|---|---|---|
45353e0c6a | |||
adb26c24fc |
3 changed files with 5 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
|||
*.o
|
||||
elea
|
||||
hello-world.c
|
||||
long-division.c
|
||||
hello_world.c
|
||||
long_division.c
|
||||
|
||||
|
|
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