aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4b9cea5..44fa7f0 100644
--- a/Makefile
+++ b/Makefile
@@ -11,11 +11,11 @@ all: $(PNG_TARGETS) $(SVG_TARGETS)
$(BUILDDIR)/%.png: $(SRCDIR)/%-source.svg
mkdir -p ${BUILDDIR}
- inkscape $< -i layer3 -j -C -e $@ -w 181 -h 209 -y 0
+ inkscape $< -i layer3 -j -C -e $@ -w 166 -h 192 -y 0
$(BUILDDIR)/%.svg: $(SRCDIR)/%-source.svg
mkdir -p ${BUILDDIR}
- inkscape $< -i layer3 -j -C -l $@ -w 181 -h 209 -y 0
+ inkscape $< -i layer3 -j -C -l $@ -w 166 -h 192 -y 0
clean:
rm -f ${BUILDDIR}/*.png ${BUILDDIR}/*.svg