chiark / gitweb /
sealing-box: break out of bike-lipo-box (just code motion so far, nfc)
[reprap-play.git] / Makefile
index 7e8704a7430204567e57e086f00b137fcbdab632..397b7cdf1654cb8ddc3be6475d681b95e5c3b6a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ USING_AUTOS ?= $(FILAMENTSPOOL_AUTOS) xeno-drivebay-bracket dungeonquest-cone an
 
 AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m))
 
-AUTO_INCS = funcs.scad
+AUTO_INCS = funcs.scad utils.scad sealing-box.scad
 
 default:       autoincs scads
 
@@ -43,11 +43,13 @@ autoincs:   $(AUTO_INCS)
 scads:         $(addsuffix .auto.scad, $(AUTO_TOPLEVELS))
 stls:          $(addsuffix .auto.stl, $(AUTO_TOPLEVELS))
 
-%.auto.scads:
+%.auto.scads: %.scad
        $(MAKE) $(addsuffix .auto.scad, $(shell $(PLAY)/toplevel-find $*))
 %.auto.stls:
        $(MAKE) $(addsuffix .auto.stl, $(shell $(PLAY)/toplevel-find $*))
 
+bike-lipo-box.scad:
+
 -include .*.d
 
 %.stl:         %.scad $(AUTO_INCS)