From 89a737419d54d31fb6d312f1ac87b4ff4f2de75a Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Sat, 22 Jun 2019 00:35:25 +0200 Subject: Put window management into its own file --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b60de28..cfb40f6 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,8 @@ JS2 := js/httpsb.js js/i18n.js js/liquid-dict.js js/logger.js \ # TODO: investigate wether or not it can be removed 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/xal.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 := $(JS1) $(JS2) $(JS3) -- cgit v1.2.3