17 lines
170 B
Makefile
17 lines
170 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
PRG_SOURCES=\
|
|
dbgmenu.prg \
|
|
dbgtmenu.prg \
|
|
dbgtwin.prg \
|
|
debugger.prg \
|
|
tbrwtext.prg \
|
|
|
|
LIBNAME=debug
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|