From aff137218de261ad45fc5758670ea4e801a0c76e Mon Sep 17 00:00:00 2001 From: Surma Date: Tue, 8 Dec 2020 18:28:24 +0000 Subject: [PATCH] Update codecs/jxl/Makefile Co-authored-by: Ingvar Stepanyan --- codecs/jxl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecs/jxl/Makefile b/codecs/jxl/Makefile index 005f4c12..41160277 100644 --- a/codecs/jxl/Makefile +++ b/codecs/jxl/Makefile @@ -12,7 +12,7 @@ OUT_WORKER = $(OUT_JS:.js=.worker.js) .PHONY: all clean -all: $(OUT_JS) +all: $(OUT_JS) # Define dependencies for all variations of build artifacts. $(filter enc/%,$(OUT_JS)): enc/jxl_enc.cpp