# The first is the name of the application. It is assumed that the
# application name is the same as the base file name of the single C++
# file from which the application is generated.
-target = $(basename $(shell echo step-*.cc))
+target = step-3.cc
# The second field determines whether you want to run your program in
# debug or optimized mode. The latter is significantly faster, but no
# The first is the name of the application. It is assumed that the
# application name is the same as the base file name of the single C++
# file from which the application is generated.
-target = $(basename $(shell echo step-*.cc))
+target = step-4.cc
# The second field determines whether you want to run your program in
# debug or optimized mode. The latter is significantly faster, but no
# The first is the name of the application. It is assumed that the
# application name is the same as the base file name of the single C++
# file from which the application is generated.
-target = $(basename $(shell echo step-*.cc))
+target = step-5.cc
# The second field determines whether you want to run your program in
# debug or optimized mode. The latter is significantly faster, but no
# The first is the name of the application. It is assumed that the
# application name is the same as the base file name of the single C++
# file from which the application is generated.
-target = $(basename $(shell echo step-*.cc))
+target = step-6.cc
# The second field determines whether you want to run your program in
# debug or optimized mode. The latter is significantly faster, but no
# The first is the name of the application. It is assumed that the
# application name is the same as the base file name of the single C++
# file from which the application is generated.
-target = $(basename $(shell echo step-*.cc))
+target = step-7.cc
# The second field determines whether you want to run your program in
# debug or optimized mode. The latter is significantly faster, but no
# The first is the name of the application. It is assumed that the
# application name is the same as the base file name of the single C++
# file from which the application is generated.
-target = $(basename $(shell echo step-*.cc))
+target = step-8.cc
# The second field determines whether you want to run your program in
# debug or optimized mode. The latter is significantly faster, but no