From 37ac9477dd9184db1162cf281cbb622eca4f3376 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Fri, 11 Oct 2024 07:04:34 +0200 Subject: [PATCH] [int] --- tools/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/makefile b/tools/makefile index 1ce8c12..ef5b65b 100644 --- a/tools/makefile +++ b/tools/makefile @@ -35,8 +35,8 @@ ${dir_temp}/conf.ts: \ ${dir_temp}/zeitbild-unlinked.js: \ ${dir_lib}/plankton/plankton.d.ts \ - ${dir_source}/base.ts \ ${dir_source}/helpers.ts \ + ${dir_source}/base.ts \ ${dir_source}/conf.ts \ ${dir_source}/database.ts \ ${dir_source}/auth.ts \