diff options
author | Jan Huwald <jh@sotun.de> | 2015-01-26 14:56:47 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2015-01-26 14:56:47 (GMT) |
commit | fc13380ae77009c1d0110191a34253ebdc31be42 (patch) | |
tree | ed461f103919f1356286fd8c0c29f486fce532a5 /Makefile | |
parent | 8ea80be57ced2c72bdd8d96d8f07a890603987c3 (diff) |
Makefile: add dependency to gimbal.scad
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -%.stl: %.scad +%.stl: %.scad gimbal.scad openscad $< -o $@ all: ball.stl screw.stl shell_lower.stl shell_upper.stl |