aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2019-05-09 16:34:32 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2019-05-09 16:34:32 -0400
commit1277f853696c26dba7960462ee49c5d9d39eab47 (patch)
treea6729619754afc4839298c175727ff31984f2dc4 /Makefile
parentdcf999ad1f5c048adaf504ac2515bb814adb4b09 (diff)
Add option to go directly to the latest capturev1.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f09e03c..6aa480a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@
NAME = wayback_machine_button
-FILES = background.js manifest.json $(ICONS)
+FILES = background.js manifest.json options.html options.js $(ICONS)
ICONS = icon128.png icon16.png icon48.png
.PHONY: all