X-Git-Url: http://gitweb.michael.orlitzky.com/?p=firefox-user-prefs.git;a=blobdiff_plain;f=makefile;fp=makefile;h=384492dcb259cfd42fdf95125162ffdc87a7321c;hp=55868890a056a3de91a96975bb8f719587a99609;hb=e5e9ee1b45f5bcee9d590c798363db8ed7e01e75;hpb=e60476384a86c9ed5b0017d466bc98f5a05fd238 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) > $@