chiark / gitweb /
mesh version, wip
[moebius3.git] / Makefile
index f6c672a95954ae4066680bd77c2bd7a9bfe1b083..0cd2b897227cbc1a43e579a5a504c7ab16b3863f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-all: moebius-core.scad
+all: moebius-core.scad moebius-mesh.scad
 
 PLAY = /home/reprap/play
 USING_AUTOS = moebius
@@ -11,6 +11,9 @@ PYLIBS = $(shell echo *.py)
 moebius-core.scad: genscad $(PYLIBS)
                ./$< >$@.tmp && mv -f $@.tmp $@
 
+moebius-mesh.scad: meshscad $(PYLIBS)
+               ./$< >$@.tmp && mv -f $@.tmp $@
+
 AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m))
 
 autoincs:      $(AUTO_INCS)