summaryrefslogtreecommitdiff
path: root/example/libfib/Makefile
blob: c61092395caa3dc472b65e01286e3572b2563853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LIB         = fib
SHLIB_MAJOR = 1
SHLIB_MINOR = 1
CFLAGS      = -Wall \
              -Werror \
              -Wextra \
              -Wpedantic \
              -std=c17
SRCS        = fib.c

include ../tools/mcd.lib.mk