From: Michael Orlitzky Date: Thu, 9 Nov 2023 00:50:10 +0000 (-0500) Subject: makefile: add the new "search" file to the list X-Git-Url: http://gitweb.michael.orlitzky.com/?p=firefox-user-prefs.git;a=commitdiff_plain;h=e5e9ee1b45f5bcee9d590c798363db8ed7e01e75 makefile: add the new "search" file to the list --- 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) > $@