diff options
| author | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2014-03-08 23:40:47 +0100 | 
|---|---|---|
| committer | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2014-03-08 23:40:47 +0100 | 
| commit | a7637c582c127ab43f489a3cdaa499aa685099e2 (patch) | |
| tree | 79cf514fd0db8def34bb5a7a8c6e4a5547b3d4d8 /Makefile | |
| parent | aad2e733e93ffa0f82e2a62e1f05aa1cb146bcc8 (diff) | |
Makefile: fixed dice generation
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 | 
1 files changed, 5 insertions, 3 deletions
| @@ -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: | 
