Remove no-op variable in imagequant Makefile

One more follow-up...
This commit is contained in:
Ingvar Stepanyan
2021-01-22 15:30:41 +00:00
committed by GitHub
parent 1c7486056d
commit e6916575b7

View File

@@ -8,7 +8,7 @@ ENVIRONMENT = worker
.PHONY: all clean
all: $(OUT_JS) $(OUT_NODE_JS)
all: $(OUT_JS)
imagequant_node.js: ENVIRONMENT=node
$(OUT_JS): $(CODEC_OUT)