# always include common.mk in MaKL-based makefiles
include common.mk

# include klone-related variables
-include ../vars.mk

# name of the library
LIB = my_c

# list of source files
SRCS = my_c.c

# compilation flags
CFLAGS += -I ../include $(KLONE_CFLAGS)

include lib.mk
