16 lines
130 B
Makefile
16 lines
130 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
ole2.c \
|
|
|
|
PRG_SOURCES=\
|
|
oleauto.prg \
|
|
|
|
LIBNAME=hbole
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|