Yurttas/PL/OOL/Cplusplus/F/05/01/03/02/make.t v 02
Jump to navigation
Jump to search
1t_v_02 : t_v_02.o \
2 T_V.o
3
4 g++ -Wno-non-template-friend t_v_02.o \
5 T_V.o \
6 -o t_v_02
7
8t_v_02.o : t_v_02.cpp \
9 T_V.cpp
10
11 g++ -c -Wno-non-template-friend t_v_02.cpp
12
13T_V.o : T_V.cpp \
14 T_V.h
15
16 g++ -c -Wno-non-template-friend T_V.cpp