summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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; \