summaryrefslogtreecommitdiff
path: root/sitestatic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sitestatic/Makefile')
-rw-r--r--sitestatic/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sitestatic/Makefile b/sitestatic/Makefile
index e99e3c96..d716992f 100644
--- a/sitestatic/Makefile
+++ b/sitestatic/Makefile
@@ -9,7 +9,7 @@ targets = \
jquery.tablesorter-$(tablesorter-ver) \
konami
-target-files=$(addsuffix .js,$(targets)) $(addsuffix .min.js,$(targets))
+target-files=$(addsuffix .js,$(targets)) $(addsuffix .min.js,$(targets)) favicon.ico silhouette.png
all: $(target-files)
clean:
rm -f -- $(target-files)
@@ -22,3 +22,6 @@ jquery.tablesorter-$(tablesorter-ver).js: $(www)/https/raw.github.com/Mottie/tab
cp $< $@
konami.js: %: $(www)/https/raw.github.com/snaptortoise/konami-js/master/%
cp $< $@
+
+favicon.ico silhouette.png: %: $(branding)/%
+ cp $< $@