Textures_factory/Makefile_export
2021-12-15 21:55:20 +01:00

8 lines
226 B
Plaintext

# Variables définitions
SRC := $(wildcard $(PNG1024_DIR)/*.png)
all:
echo "MATERIALLIST :"$(MATERIALLIST);\
rendertype=$$(cat $(MATERIALLIST) | jq -r --arg folder "$$presetname" '.[] | select(.name==$$folder) | .type');\