chiark / gitweb /
filamenttrestle tuning
[reprap-play.git] / Makefile
index 98ebc48987c80c3cdecc27b3eacceae423b3605b..2c677dc386c8b6ed1c2528ef20bc5b8a46da1b13 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,11 @@ AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m))
 scads:         $(addsuffix .auto.scad, $(AUTO_TOPLEVELS))
 stls:          $(addsuffix .auto.stl, $(AUTO_TOPLEVELS))
 
+%.auto.scads:
+       $(MAKE) $(addsuffix .auto.scad, $(shell $(PLAY)/toplevel-find $*))
+%.auto.stls:
+       $(MAKE) $(addsuffix .auto.stl, $(shell $(PLAY)/toplevel-find $*))
+
 default:
 
 -include .*.d