TD1 E8
This commit is contained in:
parent
e403cd62fb
commit
1b197a92fa
2 changed files with 37 additions and 0 deletions
|
@ -27,6 +27,9 @@ E6.exe: E6.c
|
|||
E7.exe: E7.c
|
||||
gcc E7.c -o E7.exe
|
||||
|
||||
E8.exe: E8.c
|
||||
gcc E8.c -o E8.exe
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
clean:
|
||||
|
|
Reference in a new issue