# # Copyright (c) 2026 Jacob McDonnell # # SPDX-License-Identifier: BSD-2-Clause # LIB = Matfile SHLIB_MAJOR = 1 SHLIB_MINOR = 1 CFLAGS = -Wall \ -Werror \ -Wextra \ -Wpedantic \ -std=c17 \ -I../include SRCS = matfile.c include ../mk/mk/mcd.lib.mk