17 lines
131 B
Makefile
17 lines
131 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
|
|
C_MAIN=harbour.c
|
|
|
|
LIBS=\
|
|
hbcplr \
|
|
hbpp \
|
|
hbcommon \
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|