aboutsummaryrefslogtreecommitdiffstats
path: root/cgi-bin/gfx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/gfx/Makefile')
-rw-r--r--cgi-bin/gfx/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/cgi-bin/gfx/Makefile b/cgi-bin/gfx/Makefile
deleted file mode 100644
index bef9f65..0000000
--- a/cgi-bin/gfx/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-SVGFILES=$(wildcard *.svg)
-PNGFILES=$(subst svg,png,${SVGFILES})
-
-all: ${PNGFILES}
-
-clean:
- rm -f ${PNGFILES}
-
-%.png: %.svg
- inkscape -e $@ -w 16 -h 16 $<