diff options
author | David Barksdale <amatus@amat.us> | 2022-04-08 14:51:33 -0500 |
---|---|---|
committer | David Barksdale <amatus@amat.us> | 2022-04-08 14:51:33 -0500 |
commit | c3513dbb18f7b91f4ecfa045d21e262240c2e57b (patch) | |
tree | 8ba28966984a60be44598589ace2a186e64c6072 /box/Makefile | |
parent | a02800d31b1879f44edfdd31658816818b84dda8 (diff) |
Added 3D-printable enclosure
Diffstat (limited to 'box/Makefile')
-rw-r--r-- | box/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/box/Makefile b/box/Makefile new file mode 100644 index 0000000..f1d8e0f --- /dev/null +++ b/box/Makefile @@ -0,0 +1,2 @@ +poe.stl: poe.wrl + meshlabserver -i $< -o $@ |