]> mj.ucw.cz Git - diplomky.git/commitdiff
Diplomky: Odstraněn bashismus
authorMartin Mares <mj@ucw.cz>
Sun, 15 Feb 2015 14:32:45 +0000 (15:32 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 15 Feb 2015 16:58:46 +0000 (17:58 +0100)
mff/diplomky/cs/Makefile
mff/diplomky/en/Makefile

index cc53abe90b91951424582b412fc206fa220ec88c..90756fef2c2cb7ec21ae4014705f74b669e96e8d 100644 (file)
@@ -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
index 27a3ec50119f6e3c53550753fda81ca444f73c5e..8322ffd57f3ca4a651e26e435cceb0813a6ed7c1 100644 (file)
@@ -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