Сделал 9 Задание на сортировку
This commit is contained in:
parent
a1a35972d4
commit
a83a31c034
4 changed files with 142 additions and 0 deletions
4
Sorting/9Ex/makefile
Normal file
4
Sorting/9Ex/makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
all:
|
||||
gcc -c main.c seagwithsob.c
|
||||
gcc main.o seagwithsob.o && del *.o
|
||||
a.exe
|
Loading…
Add table
Add a link
Reference in a new issue