From 610f28c3a5bd4912c8a5db8ec6ceb90007621f6f Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 19 Apr 2005 12:44:54 +0000 Subject: [PATCH] Add dummy makefile such that this won't break our build tests git-svn-id: https://svn.dealii.org/trunk@10527 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-19/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 deal.II/examples/step-19/Makefile diff --git a/deal.II/examples/step-19/Makefile b/deal.II/examples/step-19/Makefile new file mode 100644 index 0000000000..6ed3878531 --- /dev/null +++ b/deal.II/examples/step-19/Makefile @@ -0,0 +1,2 @@ +default run clean: + echo Done -- 2.39.5