14 lines
136 B
Makefile
14 lines
136 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
PRG_SOURCES=\
|
|
debugger.prg \
|
|
tbrwtext.prg
|
|
|
|
LIBNAME=debug
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|