Сделал 22 Задание Массивов
This commit is contained in:
parent
c3182c8c24
commit
5852a9f034
23 changed files with 99 additions and 31 deletions
11
WorkingArrays/15Ex/makefile
Normal file
11
WorkingArrays/15Ex/makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
all: main.o replace_local_min.o tools.o
|
||||
gcc main.o replace_local_min.o tools.o && del *.o
|
||||
|
||||
main.o: main.c
|
||||
gcc -c main.c
|
||||
|
||||
replace_local_min.o: replace_local_min.c
|
||||
gcc -c replace_local_min.c
|
||||
|
||||
tools.o: tools.c
|
||||
gcc -c tools.c
|
||||
Loading…
Add table
Add a link
Reference in a new issue