From 0c2c3cf265f6f37c598a2ca802d6077bc1255bbb Mon Sep 17 00:00:00 2001 From: jun7 Date: Tue, 29 May 2018 14:30:24 +0900 Subject: [PATCH] Remove all from the install of the make file --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 6faf905..be988a8 100644 --- a/makefile +++ b/makefile @@ -38,7 +38,7 @@ clean: rm -f librun.o rm -f testrun -install: all +install: install -Dm755 wyebab $(DESTDIR)/usr/bin/wyebab install -Dm755 adblock.so $(EXTENSION_DIR)/adblock.so