From 77967eded665b093bd11644819647a78c596b56a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 10 Jan 2015 21:07:59 +0000 Subject: [PATCH] Makefile: make .eps and .dxf precious --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2