Set default dest dir

This commit is contained in:
Sebastiaan de Schaetzen 2023-02-17 16:29:21 +01:00
parent e6dd71ad22
commit da3b6e6bab

View File

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