From: Wolfgang Bangerth Date: Fri, 11 Aug 2006 16:01:16 +0000 (+0000) Subject: Do hp as well, when just calling 'make' X-Git-Tag: v8.0.0~11300 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e363ddfb49aa7685a2dfa55a10cf1f60c9b07236;p=dealii.git Do hp as well, when just calling 'make' git-svn-id: https://svn.dealii.org/trunk@13668 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile b/tests/Makefile index 2bbdfd403f..1fc7e8a8df 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -2,7 +2,7 @@ # Makefile,v 1.14 2002/09/19 13:53:47 wolf Exp # Common Makefile for all test directories -all: base lac fe deal.II multigrid bits +all: base lac fe deal.II multigrid bits hp base: cd base ; $(MAKE)