summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorElena of Valhalla'' Grandi <valhalla@trueelena.org>2014-03-08 23:40:47 +0100
committerElena of Valhalla'' Grandi <valhalla@trueelena.org>2014-03-08 23:40:47 +0100
commita7637c582c127ab43f489a3cdaa499aa685099e2 (patch)
tree79cf514fd0db8def34bb5a7a8c6e4a5547b3d4d8 /Makefile
parentaad2e733e93ffa0f82e2a62e1f05aa1cb146bcc8 (diff)
Makefile: fixed dice generation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files 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: