chiark / gitweb /
bugfixes
[moebius3.git] / Makefile
1
2 all: moebius-core.scad
3
4 moebius-core.scad: genscad moebius.py
5                 ./$< >$@.tmp && mv -f $@.tmp $@