Yurttas/PL/OOL/Cplusplus/F/02/06/04/00/make.exception 03

From ZCubes Wiki
Jump to navigation Jump to search
1exception_03 : exception_03.o
2
3	g++ exception_03.o \
4         -o exception_03
5
6exception_03.o : exception_03.cpp
7	g++ -c exception_03.cpp