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 \