X-Git-Url: http://gitweb.michael.orlitzky.com/?p=firefox-user-prefs.git;a=blobdiff_plain;f=makefile;h=fee282ed1937adafd4fc4247c1a1bc7fa1f9acec;hp=55868890a056a3de91a96975bb8f719587a99609;hb=HEAD;hpb=627d22256a9a7334af46858281c94d1b85c9e364 diff --git a/makefile b/makefile index 5586889..68594ff 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,13 @@ OUTPUT = user.js -SRCS = tracking speculation cookies ui certificates referer media +SRCS = \ + certificates \ + cookies \ + media \ + referer \ + search \ + speculation \ + tracking \ + ui $(OUTPUT): $(SRCS) cat $(SRCS) > $@