]> gitweb.michael.orlitzky.com - firefox-user-prefs.git/commitdiff
makefile: add the new "search" file to the list
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 9 Nov 2023 00:50:10 +0000 (19:50 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 9 Nov 2023 00:50:10 +0000 (19:50 -0500)
makefile

index 55868890a056a3de91a96975bb8f719587a99609..384492dcb259cfd42fdf95125162ffdc87a7321c 100644 (file)
--- 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) > $@