chiark / gitweb /
knifeblock: add BlockFrontTest
[reprap-play.git] / Makefile
index 10045719eca6fef3bf5e6455fb567b680f2846b9..e2db3ec3ab1bb1f90ba6fcecdd9c44e9241dc956 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,8 @@ stls:         $(addsuffix .auto.stl, $(AUTO_TOPLEVELS))
 %:             %.cpp
                cpp -nostdinc -P <$< >$@.tmp && mv -f $@.tmp $@
 
+funcs.scad:
+
 #%.gcode:      %.stl
 #              $(SKEINFORGE) $<