1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# # 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