From 1b003081b689d0f999e6123cc330bb94d6aa6662 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 15 Jan 2023 20:47:24 +0100 Subject: Makefile, readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c64f62f..d3326c7 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,15 @@ use 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`. -- cgit v1.2.3