From: Wolfgang Bangerth Date: Fri, 3 Apr 1998 18:03:35 +0000 (+0000) Subject: Makefile update. X-Git-Tag: v8.0.0~23119 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7e86a6599d7942d5737c673da942bb3fe7f60f1;p=dealii.git Makefile update. git-svn-id: https://svn.dealii.org/trunk@135 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Attic/examples/Makefile b/deal.II/deal.II/Attic/examples/Makefile index 4ecf11f9e0..3bfb65efb9 100644 --- a/deal.II/deal.II/Attic/examples/Makefile +++ b/deal.II/deal.II/Attic/examples/Makefile @@ -65,6 +65,7 @@ run_poisson_test: clean: cd grid ; rm -f grid.[1234] *.eps *.o *~ grid_test cd dof ; rm -f grid.* sparsity.* *.o *~ dof_test + cd poisson ; make clean .PHONY: run run_grid_test run_dof_test run_poisson_test clean diff --git a/tests/big-tests/Makefile b/tests/big-tests/Makefile index 4ecf11f9e0..3bfb65efb9 100644 --- a/tests/big-tests/Makefile +++ b/tests/big-tests/Makefile @@ -65,6 +65,7 @@ run_poisson_test: clean: cd grid ; rm -f grid.[1234] *.eps *.o *~ grid_test cd dof ; rm -f grid.* sparsity.* *.o *~ dof_test + cd poisson ; make clean .PHONY: run run_grid_test run_dof_test run_poisson_test clean