From 7c5dede40700bcc34bd4d2f69064f1490ff3bcf4 Mon Sep 17 00:00:00 2001 From: jun7 Date: Sun, 12 Feb 2023 07:26:11 +0900 Subject: [PATCH] fix path --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 7af36a9..271b94e 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ LISTNAME=easylist.txt PREFIX ?= /usr WEBKIT ?= webkit2gtk-4.1 -APPDIR ?= wyebrowser4.1 +APPDIR ?= wyebrowser/4.1 EXTENSION_DIR ?= $(PREFIX)/lib/$(APPDIR) ifeq ($(DEBUG), 1) CFLAGS += -Wall