From 80bd2973bee10ce1890e1ae0e07ebbed2286556b Mon Sep 17 00:00:00 2001 From: Edward Wall Date: Wed, 23 Oct 2024 09:16:22 +0200 Subject: [PATCH] missing new db files --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 53166fa..763a39d 100644 --- a/Makefile +++ b/Makefile @@ -12,10 +12,11 @@ REQUIRED+=calc REQUIRED+=stream # DB files to include in the release -TEMPLATES += db/counterbox.db -TEMPLATES += db/counterbox.proto -TEMPLATES += db/counterbox_common.db +TEMPLATES += db/counterbox_4ch.db +TEMPLATES += db/counterbox_8ch.db TEMPLATES += db/counterbox_v2.db +TEMPLATES += db/counterbox_common.db +TEMPLATES += db/counterbox.proto # DBD files to include in the release DBDS += src/counterbox.dbd