e73306bbc1
libdisorder is a small, simple C library for use by programmers in other programs. ok jasper@
9 lines
134 B
Makefile
9 lines
134 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/08/26 01:10:16 kevlo Exp $
|
|
|
|
SRCS= src/disorder.c
|
|
LIB= disorder
|
|
|
|
LDADD= -lm
|
|
|
|
.include <bsd.lib.mk>
|