aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorElena of Valhalla'' Grandi <valhalla@trueelena.org>2013-12-03 13:49:46 +0100
committerElena of Valhalla'' Grandi <valhalla@trueelena.org>2013-12-03 13:49:46 +0100
commit2a7b6aa4cfe716751e1c1b0e981b96c392988d6f (patch)
tree13519f6e4d9177a36d02a39e2b8f1f37e1268f62 /Makefile
parentafece4a6d0bad9c381306e4b31bbed60e1a07b16 (diff)
pawn
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1f054c..91cecb2 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,13 @@ dice:
-D suite=\"$$SUITE\" src/die.scad; \
done
+pawns:
+ mkdir -p ${DESTDIR}
+ for SUITE in suns moons crowns arms; do \
+ openscad -o ${DESTDIR}/pawn-$$SUITE.stl \
+ -D suite=\"$$SUITE\" src/pawn.scad; \
+ done
+
gcode: tiles coins
for T in ${DESTDIR}/tile*; do \
${SLIC3R} --load ${CONFDIR}/tiles.ini $$T; \