summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormiguel <miguel@localhost>2018-03-16 01:19:49 +0100
committermiguel <miguel@localhost>2018-03-16 01:19:49 +0100
commit6d09938230f85faebe2acaf6f54496117f5dbe34 (patch)
treed5f0b453f8855fc96d4567e83a82a30bd284e473 /Makefile
parent9de609b8bb4e3624416a4fad47eaf820d870ac9c (diff)
modal keybindings and window spawning in existing process
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 506afa5..ab81824 100644
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,13 @@ webext-clean:
-rm webext-piper.o
-rm webext-piper.so
+superauto:
+ make clean
+ make webext-clean
+ make
+ make webext-build
+ sudo make webext-install
+