From: Ian Jackson Date: Sat, 10 Jan 2015 21:07:59 +0000 (+0000) Subject: Makefile: make .eps and .dxf precious X-Git-Tag: filamentspool-v2-release~221 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=77967eded665b093bd11644819647a78c596b56a;p=reprap-play.git Makefile: make .eps and .dxf precious --- diff --git a/Makefile b/Makefile index 2c86844..0e94734 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ pandemic-counter-l%.eps: pandemic-counter-letters.fig $< $@ >$@.tmp @mv -f $@.tmp $@ -.PRECIOUS: %.stl %.gcode +.PRECIOUS: %.stl %.gcode %.eps %.dxf clean: rm -f *~ *.stl *.auto.scad *.gcode .*.d $(AUTO_INCS)