X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=Makefile;h=9e879aba64a359ed74896b1d24093095454f52a7;hp=612f45dc569798b7a8d74b49dd52760c7064b603;hb=6736274070018db9e64ffb5f256ce11a6f12fa14;hpb=855145e3ca1064562f1f9acfaa169c9b22fdce23 diff --git a/Makefile b/Makefile index 612f45d..9e879ab 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,8 @@ AUTO_INCS = funcs.scad default: autoincs scads +$(shell set -xe; ./commitid.scad.pl >commitid.scad.tmp; cmp commitid.scad.tmp commitid.scad || mv -f commitid.scad.tmp commitid.scad ) + autoincs: $(AUTO_INCS) scads: $(addsuffix .auto.scad, $(AUTO_TOPLEVELS)) stls: $(addsuffix .auto.stl, $(AUTO_TOPLEVELS)) @@ -138,6 +140,8 @@ question-question.eps: question-question.fig question-token.stl: question-question.dxf +lemon-stand.stl: lemon-stand.scad + .PRECIOUS: $(SCREWRECESSTEST_DXFS) $(SCREWRECESSTEST_DXFS) \ $(foreach s,$(SCREWRECESSTEST_SIZES), \ screw-recess-test-number-s$s.fig \