From f49b2c4176e62cb8027d8d8f43ac6adea1e7d0a2 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 3 Jun 2002 12:58:28 +0000 Subject: [PATCH] target all added just to have it there git-svn-id: https://svn.dealii.org/trunk@5974 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/Makefile b/deal.II/examples/Makefile index 1a294376c5..21e25e710d 100644 --- a/deal.II/examples/Makefile +++ b/deal.II/examples/Makefile @@ -1,7 +1,7 @@ # $Id$ # # This Makefile only recurses into the subdirs - +all: default # existing examples. take dirnames and strip 'step' steps = $(shell echo step-? step-??) -- 2.39.5