LIB = fib SHLIB_MAJOR = 1 SHLIB_MINOR = 1 CFLAGS = -Wall \ -Werror \ -Wextra \ -Wpedantic \ -std=c17 SRCS = fib.c include ../tools/mcd.lib.mk