From faffce46857c63501a92914bb5c3502dd544c72a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Mar 2000 16:27:07 +0000 Subject: [PATCH] Reinstate the `all' target. git-svn-id: https://svn.dealii.org/trunk@2590 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/deal.II/Makefile b/deal.II/deal.II/Makefile index ce13455a60..a1e631ebe6 100644 --- a/deal.II/deal.II/Makefile +++ b/deal.II/deal.II/Makefile @@ -13,6 +13,8 @@ include $D/common/Make.global_options # top level targets default: 2dg 2d +all: 2dg 2d 3dg 3d 1dg 1d + ifeq ($(enable-shared),yes) 1dg: lib/libdeal_II_1d.g.so -- 2.39.5