]> gitweb.michael.orlitzky.com - firefox-user-prefs.git/blobdiff - makefile
makefile: sort SRCS alphabetically
[firefox-user-prefs.git] / makefile
index 384492dcb259cfd42fdf95125162ffdc87a7321c..68594ff61d5115ae618655b4a03844f78a65839a 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,5 +1,13 @@
 OUTPUT = user.js
-SRCS = tracking speculation cookies ui certificates referer media search
+SRCS =         \
+  certificates \
+  cookies      \
+  media        \
+  referer      \
+  search       \
+  speculation  \
+  tracking     \
+  ui
 
 $(OUTPUT): $(SRCS)
        cat $(SRCS) > $@