chiark / gitweb /
filamentspool: Prep usedove() nfc
[reprap-play.git] / Makefile
index 06c09d4c2d8c129befdb0619282d4b8a93a0eb7d..f75411010a136a5e448e0c8ba0165be8e868b735 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -81,14 +81,15 @@ PANDEMICCOUNTER_LETTERS=30 31 32 33 34 35
 PANDEMICCOUNTER_DXFS=$(foreach l,$(PANDEMICCOUNTER_LETTERS), \
        pandemic-counter-l$l.dxf)
 
-pandemic-counter-letters pandemic-counter%.stl: $(PANDEMICCOUNTER_DXFS)
+pandemic-counter-letters: $(PANDEMICCOUNTER_DXFS)
+pandemic-counter%.stl: $(PANDEMICCOUNTER_DXFS)
 
 .PRECIOUS: pandemic-counter-l%.eps
 pandemic-counter-l%.eps: pandemic-counter-letters.fig
                fig2dev -D +$(notdir $*) -L eps <$< >$@.tmp
                @mv -f $@.tmp $@
 
-PANDEMICQUARANTINES_NUMBERS=35
+PANDEMICQUARANTINES_NUMBERS=1 2
 PANDEMICQUARANTINES_DXFS=$(foreach l,$(PANDEMICQUARANTINES_NUMBERS), \
        pandemic-quarantine-l$l.dxf)