From 99c905e9086f9a10b423a84d1d3dd80aba73b631 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 17 Aug 2023 00:50:22 +0000 Subject: [PATCH] Fix build with the removal of split.js. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4406 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a3998088..066ec6ea 100644 --- a/Makefile +++ b/Makefile @@ -482,8 +482,7 @@ PACKAGE_DIRS := \ apps/ \ core/ \ deps/codemirror/ \ - deps/lit/ \ - deps/split/ + deps/lit/ RAW_FILES := $(shell find $(PACKAGE_DIRS) -type f)