X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Examples%2Fcpp2%2FMakefile;h=215cebe388ea222ed410371e1ee0164b3e5ed6f9;hb=8b4424caa9bc6abdcd519333a0acc9533e3d2a63;hp=e5cfcffac2cf4d487816999927e4e225592c5123;hpb=6aa08f2d3b4a3914684a6f2dd9236a3bb9cea344;p=tools%2Fyacsgen.git diff --git a/Examples/cpp2/Makefile b/Examples/cpp2/Makefile index e5cfcff..215cebe 100644 --- a/Examples/cpp2/Makefile +++ b/Examples/cpp2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2014 EDF R&D +# Copyright (C) 2009-2021 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -22,4 +22,4 @@ include ../makefile.inc prog:prog.cxx g++ -o prog prog.cxx -L./install/lib/salome -lcompo1Exelib -lSalomeIDLcppcompos clean: - rm -rf *.o prog install appli *.bak compo1_inst_1 traceExec_proc cppcompos_* build.err build.log + rm -rf *.o prog install appli *.bak compo1_inst_1 traceExec_proc cppcompos_* *.err *.log