23 lines
198 B
Makefile
23 lines
198 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
PRG_SOURCES=\
|
|
hscript.prg \
|
|
|
|
PRG_MAIN=hscript.prg
|
|
|
|
LIBS=\
|
|
runner \
|
|
tools \
|
|
debug \
|
|
rdd \
|
|
vm \
|
|
rdd \
|
|
rtl \
|
|
pp \
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|