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