From 627d22256a9a7334af46858281c94d1b85c9e364 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 6 Nov 2023 17:53:06 -0500 Subject: [PATCH] makefile: use the new "media" file --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index fee282e..5586889 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ OUTPUT = user.js -SRCS = tracking speculation cookies ui certificates referer +SRCS = tracking speculation cookies ui certificates referer media $(OUTPUT): $(SRCS) cat $(SRCS) > $@ -- 2.43.2