X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=Makefile;h=f75411010a136a5e448e0c8ba0165be8e868b735;hp=06c09d4c2d8c129befdb0619282d4b8a93a0eb7d;hb=64eea5fa5ad6dd91e7cdf0152fc8b87bfbcb3266;hpb=c34996ff55f1d0b3559bf4a9a7d7fd4e3e78f330 diff --git a/Makefile b/Makefile index 06c09d4..f754110 100644 --- 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)