TP2 E5
This commit is contained in:
parent
62499d107f
commit
bc44b44f29
3 changed files with 88 additions and 0 deletions
|
@ -9,6 +9,9 @@ E1-3.exe: E1-3.c
|
|||
E2.exe: E2.c
|
||||
gcc E2.c -o E2.exe
|
||||
|
||||
E5.exe: E5.c
|
||||
gcc E5.c -o E5.exe
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
clean:
|
||||
|
|
Reference in a new issue