all: Small_World Heros_Keep_Out

Heros_Keep_Out: ./Box-Lid.scad ./Box.scad ./CardHolder.scad
	./.helperHerosKeepOut.sh

Small_World:
	./.helperSmallWorld.sh

clean:
	rm -r ./Generated
