1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 15:35:19 +02:00
wernermisc/cad/test2/Makefile

16 lines
185 B
Makefile
Raw Normal View History

OUT=scad.stl cadmium.stl
.PHONY: all clean
all: $(OUT)
scad.stl: button.scad
time openscad -s $@ $<
cadmium.stl: button.py
time ./$<
mv button.stl $@
clean:
rm -f $(OUT)