Yurttas/PL/OOL/Cplusplus/F/03/02/03/01/make.matrix 00

 1matrix_00 : matrix_00.o \
 2            matrix.o
 3
 4	g++ matrix_00.o \
 5            matrix.o \
 6         -o matrix_00
 7
 8matrix_00.o : matrix_00.cpp \
 9              matrix.h
10
11	g++ -c matrix_00.cpp
12
13matrix.o : matrix.cpp \
14           matrix.h
15
16	g++ -c matrix.cpp