From c4aa80d29b01e0deeef86931aeec09dbf074d5a1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 15 Feb 2015 15:32:45 +0100 Subject: [PATCH] =?utf8?q?Diplomky:=20Odstran=C4=9Bn=20bashismus?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- mff/diplomky/cs/Makefile | 3 ++- mff/diplomky/en/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mff/diplomky/cs/Makefile b/mff/diplomky/cs/Makefile index cc53abe..90756fe 100644 --- a/mff/diplomky/cs/Makefile +++ b/mff/diplomky/cs/Makefile @@ -16,4 +16,5 @@ prace.dvi: prace.tex $(wildcard *.tex) cslatex $< clean: - rm -f *.{log,dvi,aux,toc,lof,out} prace.ps prace.pdf + rm -f *.log *.dvi *.aux *.toc *.lof *.out + rm -f prace.ps prace.pdf diff --git a/mff/diplomky/en/Makefile b/mff/diplomky/en/Makefile index 27a3ec5..8322ffd 100644 --- a/mff/diplomky/en/Makefile +++ b/mff/diplomky/en/Makefile @@ -16,4 +16,5 @@ thesis.dvi: thesis.tex $(wildcard *.tex) cslatex $< clean: - rm -f *.{log,dvi,aux,toc,lof,out} thesis.ps thesis.pdf + rm -f *.log *.dvi *.aux *.toc *.lof *.out + rm -f thesis.ps thesis.pdf -- 2.39.2