From 8c0362f9eda30db7f7fc99a5d002ac8474cde467 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Sat, 11 May 2024 20:12:55 +0200 Subject: [PATCH] make: ignore thirdparty directory when installing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7c8196d9..6a12e3bbc 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ ifeq ($(abspath $(OUTPUT_DIR)),$(OUTPUT_DIR)) else ABSOLUTE_OUTPUT_DIR = $(KOR_BASE)/$(OUTPUT_DIR) endif -OUTPUT_DIR_ARTIFACTS = $(ABSOLUTE_OUTPUT_DIR)/!(cache|history) +OUTPUT_DIR_ARTIFACTS = $(ABSOLUTE_OUTPUT_DIR)/!(cache|history|thirdparty) all: base install -d $(INSTALL_DIR)/koreader