From a7637c582c127ab43f489a3cdaa499aa685099e2 Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Sat, 8 Mar 2014 23:40:47 +0100 Subject: Makefile: fixed dice generation --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ae4c1ea..db4dc17 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,10 @@ CONFDIR=conf SLIC3R=~/opt/Slic3r/bin/slic3r SUITES=suns moons crowns arms -#SUITES=suns moons crowns arms # Basic piecepack -#SUITES=clubs diamonds hearts spades # Playing cards expansion +# Basic piecepack: +#SUITES=suns moons crowns arms +# Playing cards expansion: +#SUITES=clubs diamonds hearts spades VALUES=null ace 2 3 4 5 all: tiles coins dice pawns saucers pyramids @@ -41,7 +43,7 @@ dice: for S in 12 16; do \ openscad -o ${DESTDIR}/suite_die-$$S.stl \ -D suite='["'`echo ${SUITES} | sed 's/ /","/g'`'"]' \ - -D s-$$S src/suite_die.scad; \ + -D s=$$S src/suite_die.scad; \ done pawns: -- cgit v1.2.3