From 2cbb4f90288605daf2c1bd45fcd2a13c777bae17 Mon Sep 17 00:00:00 2001 From: smathis Date: Thu, 14 Aug 2025 14:21:05 +0200 Subject: [PATCH] Forgot to add masterMacs.db to Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7a8e2ae..eb95961 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ SOURCES += src/masterMacsController.cpp # Store the record files TEMPLATES += sinqMotor/db/asynRecord.db TEMPLATES += sinqMotor/db/sinqMotor.db +TEMPLATES += db/masterMacs.db # This file registers the motor-specific functions in the IOC shell. DBDS += sinqMotor/src/sinqMotor.dbd