chiark / gitweb /
genscad: Lift out ScadObject (nfc)
[moebius3.git] / Makefile
1
2 all: moebius-core.scad
3
4 PLAY = /home/reprap/play
5
6 $(shell set -xe; $(PLAY)/commitid.scad.pl >commitid.scad.tmp; cmp commitid.scad.tmp commitid.scad || mv -f commitid.scad.tmp commitid.scad )
7
8 moebius-core.scad: genscad moebius.py
9                 ./$< >$@.tmp && mv -f $@.tmp $@