Merge pull request #949 from GoogleChromeLabs/RReverser-patch-1

Remove no-op variable in imagequant Makefile
This commit is contained in:
Surma
2021-01-22 19:25:41 +00:00
committed by GitHub

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)