ILOG CPLEX 10.1 Release Notes > > ILOG CPLEX 10.1 Release Notes > Conversion Note for All Users

In the makefile distributed with the product, the target to compile and execute examples distributed with the product now expects the path of the current working directory (that is, ./). This convention avoids ambiguity between names of the examples and any existing executable software already installed on the user's platform. For example, previous instructions about compiling and executing ILOG CPLEX examples suggested the following command:

make example

Now the recommended command is:

make ./example