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

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