TP1 E10
This commit is contained in:
parent
6fc5577666
commit
b1fce38fc7
2 changed files with 70 additions and 0 deletions
|
@ -32,6 +32,9 @@ E8.exe: E8.c
|
|||
|
||||
E9.exe: E9.c
|
||||
gcc E9.c -o E9.exe
|
||||
|
||||
E10.exe: E10.c
|
||||
gcc E10.c -o E10.exe
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
|
|
Reference in a new issue