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