mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
cad/test1/: experiment with Free scripted CAD systems (OpenSCAD and Cadmium)
This commit is contained in:
15
cad/test1/Makefile
Normal file
15
cad/test1/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
OUT=scad.stl cadmium.stl
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
all: $(OUT)
|
||||
|
||||
scad.stl: button.scad
|
||||
time openscad -s $@ $<
|
||||
|
||||
cadmium.stl: button.py
|
||||
time ./$<
|
||||
mv botton.stl $@
|
||||
|
||||
clean:
|
||||
rm -f $(OUT)
|
||||
Reference in New Issue
Block a user