summaryrefslogtreecommitdiff
path: root/examples/hello_dictd/libcommon/Makefile
blob: c3c52536e2124d1cfc3598678ca2ed720bad622f (plain)
1
2
3
4
5
6
7
8
# internal static library that implements functions common for dict, dictd etc.

LIB   =		common
SRCS  =		str.c iswalnum.c # and others

WARNS =		4

.include <mkc.lib.mk>