Yurttas/PL/OOL/Cplusplus/F/02/06/02/make.exception 10

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