diff --git a/Makefile b/Makefile index e577d71..fec3a03 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DESTDIR = public +DESTDIR = . PARAMETERS := $(shell cat Lego.json | grep -v '"parameterSets": ""' | jq -r '.parameterSets | keys[]') STL = $(PARAMETERS:%=$(DESTDIR)/%.stl) PNG = $(PARAMETERS:%=$(DESTDIR)/%.png)