From 3a48ca5e5f498c48a8f0ac706e6945416a683b07 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 7 Aug 2003 00:23:21 +0000 Subject: [PATCH] Added the Makefile.in input file --- test_problems/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_problems/Makefile.in b/test_problems/Makefile.in index 9367536b3..33b4ccf90 100644 --- a/test_problems/Makefile.in +++ b/test_problems/Makefile.in @@ -7,13 +7,16 @@ all: cd cxx_ex; @MAKE@ all cd silane_equil; @MAKE@ all + cd surfkin; @MAKE@ all test: cd cxx_ex; @MAKE@ test cd silane_equil; @MAKE@ test + cd surfkin; @MAKE@ test clean: $(RM) *.*~ cd cxx_ex; @MAKE@ clean cd silane_equil; @MAKE@ clean + cd surfkin; @MAKE@ clean