1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 13:30:38 +02:00

cad/test1/Makefile (cadmium.stl): corrected typo in file name

This commit is contained in:
Werner Almesberger 2011-07-23 05:07:13 -03:00
parent 2db4c1a3a8
commit 7a39c5e28e

View File

@ -9,7 +9,7 @@ scad.stl: button.scad
cadmium.stl: button.py cadmium.stl: button.py
time ./$< time ./$<
mv botton.stl $@ mv button.stl $@
clean: clean:
rm -f $(OUT) rm -f $(OUT)