From 31649fb94d97f229110270364b9b19f67fb36fb2 Mon Sep 17 00:00:00 2001 From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152> Date: Fri, 27 Mar 2009 17:47:30 +0000 Subject: [PATCH] trunk: removed some bashisms in Makefiles (merge needed) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2536 ac1d8469-bf42-47a9-8791-bf33cf982152 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a8c2e19..52691774 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ macroprocessor.pdf: macroprocessor.tex old-design.pdf new-design.pdf pdflatex macroprocessor clean: - rm -f macroprocessor.{pdf,toc,aux,log,nav,snm,vrb,out} *~ + rm -f macroprocessor.pdf *.toc *.aux *.log *.nav *.snm *.vrb *.out *~ -- GitLab