From 2e07808fb5a99dfc3e65b3e479da2924c20d9162 Mon Sep 17 00:00:00 2001 From: kayser-herold Date: Tue, 29 May 2007 17:36:00 +0000 Subject: [PATCH] Corrected the target name in the Makefile. git-svn-id: https://svn.dealii.org/trunk@14726 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-28/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-28/Makefile b/deal.II/examples/step-28/Makefile index c620808460..039b7d08c0 100644 --- a/deal.II/examples/step-28/Makefile +++ b/deal.II/examples/step-28/Makefile @@ -7,7 +7,7 @@ # 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 = project +target = step-28 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no -- 2.39.5