15 lines
356 B
Makefile
15 lines
356 B
Makefile
#---------------------------------------------------------------------------
|
|
#
|
|
# $Id: Makefile,v 1.3 1999/04/25 12:45:26 hm Exp $
|
|
#
|
|
# last edit-date: [Thu May 20 11:58:43 1999]
|
|
#
|
|
#---------------------------------------------------------------------------
|
|
|
|
PROG = g711conv
|
|
SRC = g711conv.c
|
|
CFLAGS += -Wall -g
|
|
MAN1 = g711conv.1
|
|
|
|
.include <bsd.prog.mk>
|