20 lines
153 B
Makefile
20 lines
153 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
|
|
C_MAIN=runner.c
|
|
|
|
LIBS=\
|
|
tools \
|
|
debug \
|
|
rdd \
|
|
vm \
|
|
rtl \
|
|
hbpp \
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|