TD1 E6
This commit is contained in:
parent
84f95b2e59
commit
934e50885e
2 changed files with 31 additions and 0 deletions
|
@ -21,6 +21,9 @@ E5-1.exe: E5-1.c
|
|||
E5-2.exe: E5-2.c
|
||||
gcc E5-2.c -o E5-2.exe
|
||||
|
||||
E6.exe: E6.c
|
||||
gcc E6.c -o E6.exe
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
clean:
|
||||
|
|
Reference in a new issue