17 lines
152 B
Makefile
17 lines
152 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
YACC_SOURCE=harbour.y
|
|
|
|
LEX_SOURCE=harbour.l
|
|
|
|
C_SOURCES=\
|
|
genobj32.c \
|
|
|
|
C_MAIN=harbour.c
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|