From: Michael Orlitzky Date: Mon, 6 Nov 2023 22:53:06 +0000 (-0500) Subject: makefile: use the new "media" file X-Git-Url: http://gitweb.michael.orlitzky.com/?p=firefox-user-prefs.git;a=commitdiff_plain;h=627d22256a9a7334af46858281c94d1b85c9e364 makefile: use the new "media" file --- 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) > $@