From f5eb896c9cceec7a85ed98cb727e605252e27fa4 Mon Sep 17 00:00:00 2001 From: miguel Date: Fri, 16 Mar 2018 01:31:33 +0100 Subject: mostly cosmetics --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab81824..f3e3eaa 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ # surf - simple browser # See LICENSE file for copyright and license details. + +# Includes some ugly customizations by miguel (to incorporate his webext) .POSIX: include config.mk @@ -93,13 +95,18 @@ webext-clean: -rm webext-piper.o -rm webext-piper.so -superauto: +all-fresh-reinstall: make clean make webext-clean make make webext-build sudo make webext-install +all-clean: + make clean + make webext-clean + + -- cgit v1.2.3