aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index c64f62f..d3326c7 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,15 @@ use <gridfinity.scad>
gridfinity(2, 1, 2, lip=true, magnets=false);
```
+## Building
+
+STLs and PNGs can be built with GNU make by just running
+`make stl` and `make png`
+respectively.
+
+T build a single object, use the desired file as a target:
+`make example.stl`
+
## License
Licensed under the MIT License. Consult `LICENSE`.