summaryrefslogtreecommitdiff
path: root/examples/hello_libdeps/libs/libbar/Makefile
blob: 6514a706aba92565c56bd1580f6408f33893a8de (plain)
1
2
3
4
5
6
7
8
9
LIB  =	bar
INCS =	bar.h

SHLIB_MAJOR = 0
SHLIB_MINOR = 0

WARNS = 4

.include <mkc.mk>