TD1 E7
This commit is contained in:
parent
284a26cbd3
commit
e403cd62fb
2 changed files with 57 additions and 0 deletions
|
@ -24,6 +24,9 @@ E5-2.exe: E5-2.c
|
|||
E6.exe: E6.c
|
||||
gcc E6.c -o E6.exe
|
||||
|
||||
E7.exe: E7.c
|
||||
gcc E7.c -o E7.exe
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
clean:
|
||||
|
|
Reference in a new issue