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