From e5e9ee1b45f5bcee9d590c798363db8ed7e01e75 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 8 Nov 2023 19:50:10 -0500 Subject: [PATCH] makefile: add the new "search" file to the list --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 5586889..384492d 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ OUTPUT = user.js -SRCS = tracking speculation cookies ui certificates referer media +SRCS = tracking speculation cookies ui certificates referer media search $(OUTPUT): $(SRCS) cat $(SRCS) > $@ -- 2.43.2