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