8 lines
135 B
Makefile
8 lines
135 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2010/05/11 17:11:32 pirofti Exp $
|
||
|
|
||
|
LIB = colamd
|
||
|
|
||
|
SRCS = colamd_global.c colamd.c
|
||
|
|
||
|
.include <bsd.lib.mk>
|