diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-06-23 02:27:59 +0200 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-06-23 02:27:59 +0200 |
commit | e29205dc4d013704cd6b1ee2fd7b7dc0ef226c01 (patch) | |
tree | 5d0a2526f472f6f03fa5936bd85763c80b181036 /Makefile | |
parent | 3e1d8467b38a31b8f3a9ef562fe9a890a5838276 (diff) | |
download | ematrix-e29205dc4d013704cd6b1ee2fd7b7dc0ef226c01.tar.lz ematrix-e29205dc4d013704cd6b1ee2fd7b7dc0ef226c01.tar.xz ematrix-e29205dc4d013704cd6b1ee2fd7b7dc0ef226c01.zip |
Move storage API
Also remove optional cachestorage script. It doesn't exists and the
cachedstorage, whatever it is, is defined as an alias for the normal
storage system.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ JS2 := js/httpsb.js js/i18n.js js/liquid-dict.js js/logger.js \ JS3 := js/tab.js js/traffic.js js/udom.js js/uritools.js js/user-rules.js \ js/usersettings.js js/utils.js js/vapi-background.js js/vapi-client.js \ js/vapi-common.js js/vapi-popup.js js/vapi-tabs.js js/vapi-window.js \ - js/xal.js js/vapi-core.js js/vapi-browser.js + js/xal.js js/vapi-core.js js/vapi-browser.js js/vapi-storage.js JS := $(JS1) $(JS2) $(JS3) |