summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--grafik/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/grafik/Makefile b/grafik/Makefile
index fdf9a9f..9785628 100644
--- a/grafik/Makefile
+++ b/grafik/Makefile
@@ -1,4 +1,4 @@
-SVGFILES=${wildcard */*.svg} ${wildcard */*/*.svg} ${wildcard */*/*.svg}
+SVGFILES=${wildcard *.svg} ${wildcard */*.svg} ${wildcard */*/*.svg}
PDFFILES=${addsuffix .pdf,${basename ${SVGFILES}}}
PNGFILES=${addsuffix .png,${basename ${SVGFILES}}}