diff options
author | Benjamin Barenblat <bbaren@google.com> | 2019-05-09 16:34:32 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2019-05-09 16:34:32 -0400 |
commit | 1277f853696c26dba7960462ee49c5d9d39eab47 (patch) | |
tree | a6729619754afc4839298c175727ff31984f2dc4 /Makefile | |
parent | dcf999ad1f5c048adaf504ac2515bb814adb4b09 (diff) |
Add option to go directly to the latest capturev1.1.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |