Сделал 13 усовершенствованную с иным заданием
This commit is contained in:
parent
5852a9f034
commit
3f5c6299fc
11 changed files with 146 additions and 5 deletions
11
WorkingArrays/13ExDeluxe/makefile
Normal file
11
WorkingArrays/13ExDeluxe/makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
all: main.o equal.o tools.o
|
||||
gcc main.o equal.o tools.o && del *.o
|
||||
|
||||
main.o: main.c
|
||||
gcc -c main.c
|
||||
|
||||
equal.o: equal.c
|
||||
gcc -c equal.c
|
||||
|
||||
tools.o: tools.c
|
||||
gcc -c tools.c
|
Loading…
Add table
Add a link
Reference in a new issue