summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorElena of Valhalla'' Grandi <valhalla@trueelena.org>2013-12-03 20:17:02 +0100
committerElena of Valhalla'' Grandi <valhalla@trueelena.org>2013-12-03 20:17:02 +0100
commit827d1b69fe7c970b176362821ab6a5f7fa05bdac (patch)
tree7927405a43e1f12855452cf7994360e0d275404d /Makefile
parent2a7b6aa4cfe716751e1c1b0e981b96c392988d6f (diff)
gcode generation for dice
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 91cecb2..b64fb39 100644
--- a/Makefile
+++ b/Makefile
@@ -36,12 +36,15 @@ pawns:
-D suite=\"$$SUITE\" src/pawn.scad; \
done
-gcode: tiles coins
+gcode: tiles coins dice
for T in ${DESTDIR}/tile*; do \
${SLIC3R} --load ${CONFDIR}/tiles.ini $$T; \
done
for T in ${DESTDIR}/coin*; do \
${SLIC3R} --load ${CONFDIR}/coins.ini $$T; \
done
+ for T in ${DESTDIR}/die*; do \
+ ${SLIC3R} --load ${CONFDIR}/dice.ini $$T; \
+ done
-all: tiles coins
+all: tiles coins dice pawns