Update codecs/jxl/Makefile

Co-authored-by: Ingvar Stepanyan <me@rreverser.com>
This commit is contained in:
Surma
2020-12-08 18:28:24 +00:00
committed by GitHub
parent fa5bd3d1c6
commit aff137218d

View File

@ -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