Yurttas/PL/OOL/Cplusplus/F/07/02/01/90/make.s 01
Jump to navigation
Jump to search
1s_01 : s_01.o \
2 get_vector_strings.o \
3 put_vector_strings.o
4
5 g++ s_01.o \
6 get_vector_strings.o \
7 put_vector_strings.o \
8 -o s_01
9
10s_01.o : s_01.cpp
11 g++ -c s_01.cpp
12
13get_vector_strings.o : get_vector_strings.cpp
14 g++ -c get_vector_strings.cpp
15
16put_vector_strings.o : put_vector_strings.cpp
17 g++ -c put_vector_strings.cpp