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

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