chiark / gitweb /
Makefile: things autogenerated from .pl
[reprap-play.git] / Makefile
index 3d1b5a512e0e96ae3a055ef3ffc0a468ec3f5ccc..d667e227ea737817417e323eb97b1efa28968ba7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,12 @@ stls:                $(addsuffix .auto.stl, $(AUTO_TOPLEVELS))
                        --output $@.tmp $<
                @mv -f $@.tmp $@
 
+%.gcode-sd:    %.gcode
+               mount /media/sd
+               cp $^ /media/sd/JOB.G
+               sleep 0.5
+               umount /media/sd
+
 %:             %.cpp
                cpp -nostdinc -P <$< >$@.tmp && mv -f $@.tmp $@
 
@@ -50,6 +56,9 @@ stls:         $(addsuffix .auto.stl, $(AUTO_TOPLEVELS))
 
 dovecliptest.stl: doveclip.scad $(AUTO_INCS)
 
+%:             %.pl
+               ./$< >$@.tmp && mv -f $@.tmp $@
+
 %.auto.scad: $(PLAY)/toplevel-make Makefile $(PLAY)/toplevel-find
                @echo ' write $@'
                $< $@ >$@.tmp