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

From ZCubes Wiki
Jump to navigation Jump to search
 1complex_00 : complex_00.o \
 2             Complex.o
 3
 4	g++ complex_00.o \
 5            Complex.o \
 6         -o complex_00
 7
 8complex_00.o : complex_00.cpp \
 9               Complex.h
10
11	g++ -c complex_00.cpp
12
13Complex.o : Complex.cpp \
14            Complex.h
15
16	g++ -c Complex.cpp