14 lines
129 B
Makefile
14 lines
129 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
hbpp.c \
|
|
table.c \
|
|
|
|
C_MAIN=hbppmain.c
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|