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

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